Coda by Ian Macalinao
    Preparing search index...

    Interface NewMintWrapperEventArgs

    interface NewMintWrapperEventArgs {
        admin: Address;
        hardCap: number | bigint;
        mintWrapper: Address;
        tokenMint: Address;
    }
    Index

    Properties

    admin: Address
    hardCap: number | bigint
    mintWrapper: Address
    tokenMint: Address