Coda by Ian Macalinao
    Preparing search index...

    Type Alias ParsedBubblegumInstruction<TProgram>

    ParsedBubblegumInstruction:
        | { instructionType: Burn } & ParsedBurnInstruction<TProgram>
        | { instructionType: BurnV2 } & ParsedBurnV2Instruction<TProgram>
        | { instructionType: CancelRedeem } & ParsedCancelRedeemInstruction<
            TProgram,
        >
        | { instructionType: CloseTreeV2 } & ParsedCloseTreeV2Instruction<TProgram>
        | { instructionType: CollectV2 } & ParsedCollectV2Instruction<TProgram>
        | { instructionType: Compress } & ParsedCompressInstruction<TProgram>
        | { instructionType: CreateTree } & ParsedCreateTreeInstruction<TProgram>
        | { instructionType: CreateTreeV2 } & ParsedCreateTreeV2Instruction<
            TProgram,
        >
        | { instructionType: DecompressV1 } & ParsedDecompressV1Instruction<
            TProgram,
        >
        | { instructionType: Delegate } & ParsedDelegateInstruction<TProgram>
        | { instructionType: DelegateAndFreezeV2 } & ParsedDelegateAndFreezeV2Instruction<
            TProgram,
        >
        | { instructionType: DelegateV2 } & ParsedDelegateV2Instruction<TProgram>
        | { instructionType: FreezeV2 } & ParsedFreezeV2Instruction<TProgram>
        | { instructionType: MintToCollectionV1 } & ParsedMintToCollectionV1Instruction<
            TProgram,
        >
        | { instructionType: MintV1 } & ParsedMintV1Instruction<TProgram>
        | { instructionType: MintV2 } & ParsedMintV2Instruction<TProgram>
        | { instructionType: Redeem } & ParsedRedeemInstruction<TProgram>
        | { instructionType: SetAndVerifyCollection } & ParsedSetAndVerifyCollectionInstruction<
            TProgram,
        >
        | { instructionType: SetCollectionV2 } & ParsedSetCollectionV2Instruction<
            TProgram,
        >
        | { instructionType: SetDecompressableState } & ParsedSetDecompressableStateInstruction<
            TProgram,
        >
        | { instructionType: SetDecompressibleState } & ParsedSetDecompressibleStateInstruction<
            TProgram,
        >
        | { instructionType: SetNonTransferableV2 } & ParsedSetNonTransferableV2Instruction<
            TProgram,
        >
        | { instructionType: SetTreeDelegate } & ParsedSetTreeDelegateInstruction<
            TProgram,
        >
        | { instructionType: ThawAndRevokeV2 } & ParsedThawAndRevokeV2Instruction<
            TProgram,
        >
        | { instructionType: ThawV2 } & ParsedThawV2Instruction<TProgram>
        | { instructionType: Transfer } & ParsedTransferInstruction<TProgram>
        | { instructionType: TransferV2 } & ParsedTransferV2Instruction<TProgram>
        | { instructionType: UnverifyCollection } & ParsedUnverifyCollectionInstruction<
            TProgram,
        >
        | { instructionType: UnverifyCreator } & ParsedUnverifyCreatorInstruction<
            TProgram,
        >
        | { instructionType: UnverifyCreatorV2 } & ParsedUnverifyCreatorV2Instruction<
            TProgram,
        >
        | { instructionType: UpdateAssetDataV2 } & ParsedUpdateAssetDataV2Instruction<
            TProgram,
        >
        | { instructionType: UpdateMetadata } & ParsedUpdateMetadataInstruction<
            TProgram,
        >
        | { instructionType: UpdateMetadataV2 } & ParsedUpdateMetadataV2Instruction<
            TProgram,
        >
        | { instructionType: VerifyCollection } & ParsedVerifyCollectionInstruction<
            TProgram,
        >
        | { instructionType: VerifyCreator } & ParsedVerifyCreatorInstruction<
            TProgram,
        >
        | { instructionType: VerifyCreatorV2 } & ParsedVerifyCreatorV2Instruction<
            TProgram,
        >

    Type Parameters

    • TProgram extends string = "BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY"