Coda by Ian Macalinao
    Preparing search index...

    Interface SetAndVerifySizedCollectionItemInput<TAccountMetadata, TAccountCollectionAuthority, TAccountPayer, TAccountUpdateAuthority, TAccountCollectionMint, TAccountCollection, TAccountCollectionMasterEditionAccount, TAccountCollectionAuthorityRecord>

    interface SetAndVerifySizedCollectionItemInput<
        TAccountMetadata extends string = string,
        TAccountCollectionAuthority extends string = string,
        TAccountPayer extends string = string,
        TAccountUpdateAuthority extends string = string,
        TAccountCollectionMint extends string = string,
        TAccountCollection extends string = string,
        TAccountCollectionMasterEditionAccount extends string = string,
        TAccountCollectionAuthorityRecord extends string = string,
    > {
        collection: Address<TAccountCollection>;
        collectionAuthority: TransactionSigner<TAccountCollectionAuthority>;
        collectionAuthorityRecord?: Address<TAccountCollectionAuthorityRecord>;
        collectionMasterEditionAccount: Address<
            TAccountCollectionMasterEditionAccount,
        >;
        collectionMint: Address<TAccountCollectionMint>;
        metadata: Address<TAccountMetadata>;
        payer: TransactionSigner<TAccountPayer>;
        updateAuthority: Address<TAccountUpdateAuthority>;
    }

    Type Parameters

    • TAccountMetadata extends string = string
    • TAccountCollectionAuthority extends string = string
    • TAccountPayer extends string = string
    • TAccountUpdateAuthority extends string = string
    • TAccountCollectionMint extends string = string
    • TAccountCollection extends string = string
    • TAccountCollectionMasterEditionAccount extends string = string
    • TAccountCollectionAuthorityRecord extends string = string
    Index

    Properties

    collection: Address<TAccountCollection>

    Metadata Account of the Collection

    collectionAuthority: TransactionSigner<TAccountCollectionAuthority>

    Collection Update authority

    collectionAuthorityRecord?: Address<TAccountCollectionAuthorityRecord>

    Collection Authority Record PDA

    collectionMasterEditionAccount: Address<TAccountCollectionMasterEditionAccount>

    MasterEdition2 Account of the Collection Token

    collectionMint: Address<TAccountCollectionMint>

    Mint of the Collection

    metadata: Address<TAccountMetadata>

    Metadata account

    payer: TransactionSigner<TAccountPayer>

    payer

    updateAuthority: Address<TAccountUpdateAuthority>

    Update Authority of Collection NFT and NFT