Coda by Ian Macalinao
    Preparing search index...

    Type Alias ParsedBubblegumInstruction<TProgram>

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

    Type Parameters

    • TProgram extends string = "BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY"