Coda by Ian Macalinao
    Preparing search index...

    Type Alias MinterArgs

    type MinterArgs = {
        allowance: number | bigint;
        bump: number;
        index: number | bigint;
        minterAuthority: Address;
        mintWrapper: Address;
        totalMinted: number | bigint;
    }
    Index
    allowance: number | bigint
    bump: number
    index: number | bigint
    minterAuthority: Address
    mintWrapper: Address
    totalMinted: number | bigint