Permit2Params
A struct encapsulating the parameters needed for Permit2.
See the full documentation at https://github.com/Uniswap/permit2.
struct Permit2Params {
IAllowanceTransfer.PermitSingle permitSingle;
bytes signature;
}
A struct encapsulating the parameters needed for Permit2.
See the full documentation at https://github.com/Uniswap/permit2.
struct Permit2Params {
IAllowanceTransfer.PermitSingle permitSingle;
bytes signature;
}