AllowanceParams
struct AllowanceParams {
bytes signature;
IAllowanceTransfer.PermitSingle permit;
}Last updated
Was this helpful?
Holds the permit signature and permit data for a given user and sell token.
struct AllowanceParams {
bytes signature;
IAllowanceTransfer.PermitSingle permit;
}Last updated
Was this helpful?
Was this helpful?