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

    Type Alias MplTokenMetadataPluginAccounts

    type MplTokenMetadataPluginAccounts = {
        collectionAuthorityRecord: ReturnType<
            typeof getCollectionAuthorityRecordCodec,
        > & SelfFetchFunctions<
            CollectionAuthorityRecordArgs,
            CollectionAuthorityRecord,
        >;
        deprecatedMasterEditionV1: ReturnType<
            typeof getDeprecatedMasterEditionV1Codec,
        > & SelfFetchFunctions<
            DeprecatedMasterEditionV1Args,
            DeprecatedMasterEditionV1,
        >;
        edition: ReturnType<typeof getEditionCodec> & SelfFetchFunctions<
            EditionArgs,
            Edition,
        >;
        editionMarker: ReturnType<typeof getEditionMarkerCodec> & SelfFetchFunctions<
            EditionMarkerArgs,
            EditionMarker,
        >;
        editionMarkerV2: ReturnType<typeof getEditionMarkerV2Codec> & SelfFetchFunctions<
            EditionMarkerV2Args,
            EditionMarkerV2,
        >;
        holderDelegateRecord: ReturnType<typeof getHolderDelegateRecordCodec> & SelfFetchFunctions<
            HolderDelegateRecordArgs,
            HolderDelegateRecord,
        >;
        masterEdition: ReturnType<typeof getMasterEditionCodec> & SelfFetchFunctions<
            MasterEditionArgs,
            MasterEdition,
        >;
        metadata: ReturnType<typeof getMetadataCodec> & SelfFetchFunctions<
            MetadataArgs,
            Metadata,
        >;
        metadataDelegateRecord: ReturnType<typeof getMetadataDelegateRecordCodec> & SelfFetchFunctions<
            MetadataDelegateRecordArgs,
            MetadataDelegateRecord,
        >;
        tokenOwnedEscrow: ReturnType<typeof getTokenOwnedEscrowCodec> & SelfFetchFunctions<
            TokenOwnedEscrowArgs,
            TokenOwnedEscrow,
        >;
        tokenRecord: ReturnType<typeof getTokenRecordCodec> & SelfFetchFunctions<
            TokenRecordArgs,
            TokenRecord,
        >;
        useAuthorityRecord: ReturnType<typeof getUseAuthorityRecordCodec> & SelfFetchFunctions<
            UseAuthorityRecordArgs,
            UseAuthorityRecord,
        >;
    }
    Index

    Properties

    collectionAuthorityRecord: ReturnType<typeof getCollectionAuthorityRecordCodec> & SelfFetchFunctions<
        CollectionAuthorityRecordArgs,
        CollectionAuthorityRecord,
    >
    deprecatedMasterEditionV1: ReturnType<typeof getDeprecatedMasterEditionV1Codec> & SelfFetchFunctions<
        DeprecatedMasterEditionV1Args,
        DeprecatedMasterEditionV1,
    >
    edition: ReturnType<typeof getEditionCodec> & SelfFetchFunctions<
        EditionArgs,
        Edition,
    >
    editionMarker: ReturnType<typeof getEditionMarkerCodec> & SelfFetchFunctions<
        EditionMarkerArgs,
        EditionMarker,
    >
    editionMarkerV2: ReturnType<typeof getEditionMarkerV2Codec> & SelfFetchFunctions<
        EditionMarkerV2Args,
        EditionMarkerV2,
    >
    holderDelegateRecord: ReturnType<typeof getHolderDelegateRecordCodec> & SelfFetchFunctions<
        HolderDelegateRecordArgs,
        HolderDelegateRecord,
    >
    masterEdition: ReturnType<typeof getMasterEditionCodec> & SelfFetchFunctions<
        MasterEditionArgs,
        MasterEdition,
    >
    metadata: ReturnType<typeof getMetadataCodec> & SelfFetchFunctions<
        MetadataArgs,
        Metadata,
    >
    metadataDelegateRecord: ReturnType<typeof getMetadataDelegateRecordCodec> & SelfFetchFunctions<
        MetadataDelegateRecordArgs,
        MetadataDelegateRecord,
    >
    tokenOwnedEscrow: ReturnType<typeof getTokenOwnedEscrowCodec> & SelfFetchFunctions<
        TokenOwnedEscrowArgs,
        TokenOwnedEscrow,
    >
    tokenRecord: ReturnType<typeof getTokenRecordCodec> & SelfFetchFunctions<
        TokenRecordArgs,
        TokenRecord,
    >
    useAuthorityRecord: ReturnType<typeof getUseAuthorityRecordCodec> & SelfFetchFunctions<
        UseAuthorityRecordArgs,
        UseAuthorityRecord,
    >