Coda by Ian Macalinao
    Preparing search index...
    type TokenMetadataPluginAccounts = {
        collectionAuthorityRecord: ReturnType<
            typeof getCollectionAuthorityRecordCodec,
        > & SelfFetchFunctions<
            CollectionAuthorityRecordArgs,
            CollectionAuthorityRecord,
        >;
        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,
        >;
        masterEditionV1: ReturnType<typeof getMasterEditionV1Codec> & SelfFetchFunctions<
            MasterEditionV1Args,
            MasterEditionV1,
        >;
        masterEditionV2: ReturnType<typeof getMasterEditionV2Codec> & SelfFetchFunctions<
            MasterEditionV2Args,
            MasterEditionV2,
        >;
        metadata: ReturnType<typeof getMetadataCodec> & SelfFetchFunctions<
            MetadataArgs,
            Metadata,
        >;
        metadataDelegateRecord: ReturnType<typeof getMetadataDelegateRecordCodec> & SelfFetchFunctions<
            MetadataDelegateRecordArgs,
            MetadataDelegateRecord,
        >;
        reservationListV1: ReturnType<typeof getReservationListV1Codec> & SelfFetchFunctions<
            ReservationListV1Args,
            ReservationListV1,
        >;
        reservationListV2: ReturnType<typeof getReservationListV2Codec> & SelfFetchFunctions<
            ReservationListV2Args,
            ReservationListV2,
        >;
        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,
    >
    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,
    >
    masterEditionV1: ReturnType<typeof getMasterEditionV1Codec> & SelfFetchFunctions<
        MasterEditionV1Args,
        MasterEditionV1,
    >
    masterEditionV2: ReturnType<typeof getMasterEditionV2Codec> & SelfFetchFunctions<
        MasterEditionV2Args,
        MasterEditionV2,
    >
    metadata: ReturnType<typeof getMetadataCodec> & SelfFetchFunctions<
        MetadataArgs,
        Metadata,
    >
    metadataDelegateRecord: ReturnType<typeof getMetadataDelegateRecordCodec> & SelfFetchFunctions<
        MetadataDelegateRecordArgs,
        MetadataDelegateRecord,
    >
    reservationListV1: ReturnType<typeof getReservationListV1Codec> & SelfFetchFunctions<
        ReservationListV1Args,
        ReservationListV1,
    >
    reservationListV2: ReturnType<typeof getReservationListV2Codec> & SelfFetchFunctions<
        ReservationListV2Args,
        ReservationListV2,
    >
    tokenOwnedEscrow: ReturnType<typeof getTokenOwnedEscrowCodec> & SelfFetchFunctions<
        TokenOwnedEscrowArgs,
        TokenOwnedEscrow,
    >
    tokenRecord: ReturnType<typeof getTokenRecordCodec> & SelfFetchFunctions<
        TokenRecordArgs,
        TokenRecord,
    >
    useAuthorityRecord: ReturnType<typeof getUseAuthorityRecordCodec> & SelfFetchFunctions<
        UseAuthorityRecordArgs,
        UseAuthorityRecord,
    >