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

BatchSignatureTransferParams

Git Source

Holds the Permit2 SignatureTransfer batch permit and signature for multiple token transfers.

Used for add-liquidity intents to authorize token0 and token1 transfers in one signature.

struct BatchSignatureTransferParams {
/// @notice The permit data for a batch token transfer.
ISignatureTransfer.PermitBatchTransferFrom permit;
/// @notice The signature authorizing the transfer.
bytes signature;
}

Last updated

Was this helpful?