Coda by Ian Macalinao
    Preparing search index...

    An MPL Core collection: a single account grouping assets under a shared update authority, with collection-level plugins stored afterward in the same account.

    type CollectionV1 = {
        currentSize: number;
        key: Key;
        name: string;
        numMinted: number;
        updateAuthority: Address;
        uri: string;
    }
    Index

    Properties

    currentSize: number

    The number of assets currently belonging to this collection.

    key: Key

    Account discriminator; always Key.CollectionV1.

    name: string

    The collection's display name.

    numMinted: number

    The total number of assets ever minted into this collection.

    updateAuthority: Address

    The authority allowed to update the collection and manage its plugins.

    uri: string

    The URI pointing to the collection's off-chain JSON metadata.