Coda by Ian Macalinao
    Preparing search index...
    interface MasterEditionV2 {
        key: Key;
        maxSupply: Option<bigint>;
        supply: bigint;
    }
    Index

    Properties

    Properties

    key: Key
    maxSupply: Option<bigint>
    supply: bigint