Coda by Ian Macalinao
    Preparing search index...
    interface MintWrapper {
        admin: Address;
        base: Address;
        bump: number;
        discriminator: ReadonlyUint8Array;
        hardCap: bigint;
        numMinters: bigint;
        pendingAdmin: Address;
        tokenMint: Address;
        totalAllowance: bigint;
        totalMinted: bigint;
    }
    Index

    Properties

    admin: Address
    base: Address
    bump: number
    discriminator: ReadonlyUint8Array
    hardCap: bigint
    numMinters: bigint
    pendingAdmin: Address
    tokenMint: Address
    totalAllowance: bigint
    totalMinted: bigint