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

    Properties

    Properties

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