Coda by Ian Macalinao
    Preparing search index...
    type MasterEditionV1Args = {
        key: KeyArgs;
        maxSupply: OptionOrNullable<number | bigint>;
        oneTimePrintingAuthorizationMint: Address;
        printingMint: Address;
        supply: number | bigint;
    }
    Index

    Properties

    key: KeyArgs
    maxSupply: OptionOrNullable<number | bigint>
    oneTimePrintingAuthorizationMint: Address
    printingMint: Address
    supply: number | bigint