SignatureTransferParams
struct SignatureTransferParams {
/// @notice The permit data for a single token transfer.
ISignatureTransfer.PermitTransferFrom permit;
/// @notice The signature authorizing the transfer.
bytes signature;
}Last updated
Was this helpful?