Coda by Ian Macalinao
    Preparing search index...

    Type Alias Minter

    type Minter = {
        allowance: bigint;
        bump: number;
        discriminator: ReadonlyUint8Array;
        index: bigint;
        minterAuthority: Address;
        mintWrapper: Address;
        totalMinted: bigint;
    }
    Index
    allowance: bigint
    bump: number
    discriminator: ReadonlyUint8Array
    index: bigint
    minterAuthority: Address
    mintWrapper: Address
    totalMinted: bigint