Coda by Ian Macalinao
    Preparing search index...
    type CollectionV1Args = {
        currentSize: number;
        key: KeyArgs;
        name: string;
        numMinted: number;
        updateAuthority: Address;
        uri: string;
    }
    Index

    Properties

    currentSize: number

    The number of assets currently belonging to this collection.

    key: KeyArgs

    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.