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

    Properties

    Properties

    key: KeyArgs
    maxSupply: OptionOrNullable<number | bigint>
    supply: number | bigint