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

    Properties

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