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

AllowanceParams

Git Source

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?