@metaplex-foundation/mpl-token-metadata-kit - v0.0.1
    Preparing search index...

    Type Alias MasterEdition

    type MasterEdition = {
        key: Key;
        maxSupply: Option<bigint>;
        supply: bigint;
    }
    Index

    Properties

    Properties

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