Coda by Ian Macalinao
    Preparing search index...

    Type Alias SetAndVerifyCollectionInstruction<TProgram, TAccountTreeAuthority, TAccountLeafOwner, TAccountLeafDelegate, TAccountMerkleTree, TAccountPayer, TAccountTreeDelegate, TAccountCollectionAuthority, TAccountCollectionAuthorityRecordPda, TAccountCollectionMint, TAccountCollectionMetadata, TAccountEditionAccount, TAccountBubblegumSigner, TAccountLogWrapper, TAccountCompressionProgram, TAccountTokenMetadataProgram, TAccountSystemProgram, TRemainingAccounts>

    SetAndVerifyCollectionInstruction: Instruction<TProgram> & InstructionWithData<
        ReadonlyUint8Array,
    > & InstructionWithAccounts<
        [
            TAccountTreeAuthority extends string
                ? ReadonlyAccount<TAccountTreeAuthority>
                : TAccountTreeAuthority,
            TAccountLeafOwner extends string
                ? ReadonlyAccount<TAccountLeafOwner>
                : TAccountLeafOwner,
            TAccountLeafDelegate extends string
                ? ReadonlyAccount<TAccountLeafDelegate>
                : TAccountLeafDelegate,
            TAccountMerkleTree extends string
                ? WritableAccount<TAccountMerkleTree>
                : TAccountMerkleTree,
            TAccountPayer extends string
                ? ReadonlySignerAccount<TAccountPayer> & AccountSignerMeta<
                    TAccountPayer,
                >
                : TAccountPayer,
            TAccountTreeDelegate extends string
                ? ReadonlyAccount<TAccountTreeDelegate>
                : TAccountTreeDelegate,
            TAccountCollectionAuthority extends string
                ? ReadonlySignerAccount<TAccountCollectionAuthority> & AccountSignerMeta<
                    TAccountCollectionAuthority,
                >
                : TAccountCollectionAuthority,
            TAccountCollectionAuthorityRecordPda extends string
                ? ReadonlyAccount<TAccountCollectionAuthorityRecordPda>
                : TAccountCollectionAuthorityRecordPda,
            TAccountCollectionMint extends string
                ? ReadonlyAccount<TAccountCollectionMint>
                : TAccountCollectionMint,
            TAccountCollectionMetadata extends string
                ? WritableAccount<TAccountCollectionMetadata>
                : TAccountCollectionMetadata,
            TAccountEditionAccount extends string
                ? ReadonlyAccount<TAccountEditionAccount>
                : TAccountEditionAccount,
            TAccountBubblegumSigner extends string
                ? ReadonlyAccount<TAccountBubblegumSigner>
                : TAccountBubblegumSigner,
            TAccountLogWrapper extends string
                ? ReadonlyAccount<TAccountLogWrapper>
                : TAccountLogWrapper,
            TAccountCompressionProgram extends string
                ? ReadonlyAccount<TAccountCompressionProgram>
                : TAccountCompressionProgram,
            TAccountTokenMetadataProgram extends string
                ? ReadonlyAccount<TAccountTokenMetadataProgram>
                : TAccountTokenMetadataProgram,
            TAccountSystemProgram extends string
                ? ReadonlyAccount<TAccountSystemProgram>
                : TAccountSystemProgram,
            ...TRemainingAccounts,
        ],
    >

    Type Parameters

    • TProgram extends string = typeof BUBBLEGUM_PROGRAM_ADDRESS
    • TAccountTreeAuthority extends string | AccountMeta<string> = string
    • TAccountLeafOwner extends string | AccountMeta<string> = string
    • TAccountLeafDelegate extends string | AccountMeta<string> = string
    • TAccountMerkleTree extends string | AccountMeta<string> = string
    • TAccountPayer extends string | AccountMeta<string> = string
    • TAccountTreeDelegate extends string | AccountMeta<string> = string
    • TAccountCollectionAuthority extends string | AccountMeta<string> = string
    • TAccountCollectionAuthorityRecordPda extends string | AccountMeta<string> = "BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY"
    • TAccountCollectionMint extends string | AccountMeta<string> = string
    • TAccountCollectionMetadata extends string | AccountMeta<string> = string
    • TAccountEditionAccount extends string | AccountMeta<string> = string
    • TAccountBubblegumSigner extends string | AccountMeta<string> = string
    • TAccountLogWrapper extends string | AccountMeta<string> = "noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV"
    • TAccountCompressionProgram extends string | AccountMeta<string> = "cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK"
    • TAccountTokenMetadataProgram extends string | AccountMeta<string> = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
    • TAccountSystemProgram extends string | AccountMeta<string> = "11111111111111111111111111111111"
    • TRemainingAccounts extends readonly AccountMeta<string>[] = []