For the complete documentation index, see llms.txt. This page is also available as Markdown.

SignatureTransferParams

Git Source

Holds the Permit2 SignatureTransfer permit and signature for a single token transfer.

Used for remove-liquidity intents to authorize LP token transfers.

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?