Skip to content

struct.SignedAllowance

Aleksey Bykhun edited this page Jan 18, 2023 · 1 revision

SignedAllowance

Git Source

struct SignedAllowance {
    address minter;
    OffchainAllowlistExtension extension;
    uint96 maxAmount;
    bytes signature;
}
Clone this wiki locally