Coda by Ian Macalinao
    Preparing search index...
    type BubblegumPluginInstructions = {
        burn: (
            input: BurnAsyncInput,
        ) => ReturnType<typeof getBurnInstructionAsync> & SelfPlanAndSendFunctions;
        burnV2: (
            input: MakeOptional<BurnV2AsyncInput, "payer">,
        ) => ReturnType<typeof getBurnV2InstructionAsync> & SelfPlanAndSendFunctions;
        cancelRedeem: (
            input: CancelRedeemAsyncInput,
        ) => ReturnType<typeof getCancelRedeemInstructionAsync> & SelfPlanAndSendFunctions;
        closeTreeV2: (
            input: CloseTreeV2AsyncInput,
        ) => ReturnType<typeof getCloseTreeV2InstructionAsync> & SelfPlanAndSendFunctions;
        collectV2: (
            input: CollectV2Input,
        ) => ReturnType<typeof getCollectV2Instruction> & SelfPlanAndSendFunctions;
        compress: (
            input: MakeOptional<CompressAsyncInput, "payer">,
        ) => ReturnType<typeof getCompressInstructionAsync> & SelfPlanAndSendFunctions;
        createTree: (
            input: MakeOptional<CreateTreeAsyncInput, "payer">,
        ) => ReturnType<typeof getCreateTreeInstructionAsync> & SelfPlanAndSendFunctions;
        createTreeV2: (
            input: MakeOptional<CreateTreeV2AsyncInput, "payer">,
        ) => ReturnType<typeof getCreateTreeV2InstructionAsync> & SelfPlanAndSendFunctions;
        decompressV1: (
            input: DecompressV1AsyncInput,
        ) => ReturnType<typeof getDecompressV1InstructionAsync> & SelfPlanAndSendFunctions;
        delegate: (
            input: DelegateAsyncInput,
        ) => ReturnType<typeof getDelegateInstructionAsync> & SelfPlanAndSendFunctions;
        delegateAndFreezeV2: (
            input: MakeOptional<DelegateAndFreezeV2AsyncInput, "payer">,
        ) => ReturnType<typeof getDelegateAndFreezeV2InstructionAsync> & SelfPlanAndSendFunctions;
        delegateV2: (
            input: MakeOptional<DelegateV2AsyncInput, "payer">,
        ) => ReturnType<typeof getDelegateV2InstructionAsync> & SelfPlanAndSendFunctions;
        freezeV2: (
            input: MakeOptional<FreezeV2AsyncInput, "payer">,
        ) => ReturnType<typeof getFreezeV2InstructionAsync> & SelfPlanAndSendFunctions;
        mintToCollectionV1: (
            input: MakeOptional<MintToCollectionV1AsyncInput, "payer">,
        ) => ReturnType<typeof getMintToCollectionV1InstructionAsync> & SelfPlanAndSendFunctions;
        mintV1: (
            input: MakeOptional<MintV1AsyncInput, "payer">,
        ) => ReturnType<typeof getMintV1InstructionAsync> & SelfPlanAndSendFunctions;
        mintV2: (
            input: MakeOptional<MintV2AsyncInput, "payer">,
        ) => ReturnType<typeof getMintV2InstructionAsync> & SelfPlanAndSendFunctions;
        redeem: (
            input: RedeemAsyncInput,
        ) => ReturnType<typeof getRedeemInstructionAsync> & SelfPlanAndSendFunctions;
        setAndVerifyCollection: (
            input: MakeOptional<SetAndVerifyCollectionAsyncInput, "payer">,
        ) => ReturnType<typeof getSetAndVerifyCollectionInstructionAsync> & SelfPlanAndSendFunctions;
        setCollectionV2: (
            input: MakeOptional<SetCollectionV2AsyncInput, "payer">,
        ) => ReturnType<typeof getSetCollectionV2InstructionAsync> & SelfPlanAndSendFunctions;
        setDecompressableState: (
            input: SetDecompressableStateInput,
        ) => ReturnType<typeof getSetDecompressableStateInstruction> & SelfPlanAndSendFunctions;
        setDecompressibleState: (
            input: SetDecompressibleStateInput,
        ) => ReturnType<typeof getSetDecompressibleStateInstruction> & SelfPlanAndSendFunctions;
        setNonTransferableV2: (
            input: MakeOptional<SetNonTransferableV2AsyncInput, "payer">,
        ) => ReturnType<typeof getSetNonTransferableV2InstructionAsync> & SelfPlanAndSendFunctions;
        setTreeDelegate: (
            input: SetTreeDelegateAsyncInput,
        ) => ReturnType<typeof getSetTreeDelegateInstructionAsync> & SelfPlanAndSendFunctions;
        thawAndRevokeV2: (
            input: MakeOptional<ThawAndRevokeV2AsyncInput, "payer">,
        ) => ReturnType<typeof getThawAndRevokeV2InstructionAsync> & SelfPlanAndSendFunctions;
        thawV2: (
            input: MakeOptional<ThawV2AsyncInput, "payer">,
        ) => ReturnType<typeof getThawV2InstructionAsync> & SelfPlanAndSendFunctions;
        transfer: (
            input: TransferAsyncInput,
        ) => ReturnType<typeof getTransferInstructionAsync> & SelfPlanAndSendFunctions;
        transferV2: (
            input: MakeOptional<TransferV2AsyncInput, "payer">,
        ) => ReturnType<typeof getTransferV2InstructionAsync> & SelfPlanAndSendFunctions;
        unverifyCollection: (
            input: MakeOptional<UnverifyCollectionAsyncInput, "payer">,
        ) => ReturnType<typeof getUnverifyCollectionInstructionAsync> & SelfPlanAndSendFunctions;
        unverifyCreator: (
            input: MakeOptional<UnverifyCreatorAsyncInput, "payer">,
        ) => ReturnType<typeof getUnverifyCreatorInstructionAsync> & SelfPlanAndSendFunctions;
        unverifyCreatorV2: (
            input: MakeOptional<UnverifyCreatorV2AsyncInput, "payer">,
        ) => ReturnType<typeof getUnverifyCreatorV2InstructionAsync> & SelfPlanAndSendFunctions;
        updateAssetDataV2: (
            input: MakeOptional<UpdateAssetDataV2AsyncInput, "payer">,
        ) => ReturnType<typeof getUpdateAssetDataV2InstructionAsync> & SelfPlanAndSendFunctions;
        updateMetadata: (
            input: MakeOptional<UpdateMetadataAsyncInput, "payer">,
        ) => ReturnType<typeof getUpdateMetadataInstructionAsync> & SelfPlanAndSendFunctions;
        updateMetadataV2: (
            input: MakeOptional<UpdateMetadataV2AsyncInput, "payer">,
        ) => ReturnType<typeof getUpdateMetadataV2InstructionAsync> & SelfPlanAndSendFunctions;
        verifyCollection: (
            input: MakeOptional<VerifyCollectionAsyncInput, "payer">,
        ) => ReturnType<typeof getVerifyCollectionInstructionAsync> & SelfPlanAndSendFunctions;
        verifyCreator: (
            input: MakeOptional<VerifyCreatorAsyncInput, "payer">,
        ) => ReturnType<typeof getVerifyCreatorInstructionAsync> & SelfPlanAndSendFunctions;
        verifyCreatorV2: (
            input: MakeOptional<VerifyCreatorV2AsyncInput, "payer">,
        ) => ReturnType<typeof getVerifyCreatorV2InstructionAsync> & SelfPlanAndSendFunctions;
    }
    Index

    Properties

    burn: (
        input: BurnAsyncInput,
    ) => ReturnType<typeof getBurnInstructionAsync> & SelfPlanAndSendFunctions
    burnV2: (
        input: MakeOptional<BurnV2AsyncInput, "payer">,
    ) => ReturnType<typeof getBurnV2InstructionAsync> & SelfPlanAndSendFunctions
    cancelRedeem: (
        input: CancelRedeemAsyncInput,
    ) => ReturnType<typeof getCancelRedeemInstructionAsync> & SelfPlanAndSendFunctions
    closeTreeV2: (
        input: CloseTreeV2AsyncInput,
    ) => ReturnType<typeof getCloseTreeV2InstructionAsync> & SelfPlanAndSendFunctions
    collectV2: (
        input: CollectV2Input,
    ) => ReturnType<typeof getCollectV2Instruction> & SelfPlanAndSendFunctions
    compress: (
        input: MakeOptional<CompressAsyncInput, "payer">,
    ) => ReturnType<typeof getCompressInstructionAsync> & SelfPlanAndSendFunctions
    createTree: (
        input: MakeOptional<CreateTreeAsyncInput, "payer">,
    ) => ReturnType<typeof getCreateTreeInstructionAsync> & SelfPlanAndSendFunctions
    createTreeV2: (
        input: MakeOptional<CreateTreeV2AsyncInput, "payer">,
    ) => ReturnType<typeof getCreateTreeV2InstructionAsync> & SelfPlanAndSendFunctions
    decompressV1: (
        input: DecompressV1AsyncInput,
    ) => ReturnType<typeof getDecompressV1InstructionAsync> & SelfPlanAndSendFunctions
    delegate: (
        input: DelegateAsyncInput,
    ) => ReturnType<typeof getDelegateInstructionAsync> & SelfPlanAndSendFunctions
    delegateAndFreezeV2: (
        input: MakeOptional<DelegateAndFreezeV2AsyncInput, "payer">,
    ) => ReturnType<typeof getDelegateAndFreezeV2InstructionAsync> & SelfPlanAndSendFunctions
    delegateV2: (
        input: MakeOptional<DelegateV2AsyncInput, "payer">,
    ) => ReturnType<typeof getDelegateV2InstructionAsync> & SelfPlanAndSendFunctions
    freezeV2: (
        input: MakeOptional<FreezeV2AsyncInput, "payer">,
    ) => ReturnType<typeof getFreezeV2InstructionAsync> & SelfPlanAndSendFunctions
    mintToCollectionV1: (
        input: MakeOptional<MintToCollectionV1AsyncInput, "payer">,
    ) => ReturnType<typeof getMintToCollectionV1InstructionAsync> & SelfPlanAndSendFunctions
    mintV1: (
        input: MakeOptional<MintV1AsyncInput, "payer">,
    ) => ReturnType<typeof getMintV1InstructionAsync> & SelfPlanAndSendFunctions
    mintV2: (
        input: MakeOptional<MintV2AsyncInput, "payer">,
    ) => ReturnType<typeof getMintV2InstructionAsync> & SelfPlanAndSendFunctions
    redeem: (
        input: RedeemAsyncInput,
    ) => ReturnType<typeof getRedeemInstructionAsync> & SelfPlanAndSendFunctions
    setAndVerifyCollection: (
        input: MakeOptional<SetAndVerifyCollectionAsyncInput, "payer">,
    ) => ReturnType<typeof getSetAndVerifyCollectionInstructionAsync> & SelfPlanAndSendFunctions
    setCollectionV2: (
        input: MakeOptional<SetCollectionV2AsyncInput, "payer">,
    ) => ReturnType<typeof getSetCollectionV2InstructionAsync> & SelfPlanAndSendFunctions
    setDecompressableState: (
        input: SetDecompressableStateInput,
    ) => ReturnType<typeof getSetDecompressableStateInstruction> & SelfPlanAndSendFunctions
    setDecompressibleState: (
        input: SetDecompressibleStateInput,
    ) => ReturnType<typeof getSetDecompressibleStateInstruction> & SelfPlanAndSendFunctions
    setNonTransferableV2: (
        input: MakeOptional<SetNonTransferableV2AsyncInput, "payer">,
    ) => ReturnType<typeof getSetNonTransferableV2InstructionAsync> & SelfPlanAndSendFunctions
    setTreeDelegate: (
        input: SetTreeDelegateAsyncInput,
    ) => ReturnType<typeof getSetTreeDelegateInstructionAsync> & SelfPlanAndSendFunctions
    thawAndRevokeV2: (
        input: MakeOptional<ThawAndRevokeV2AsyncInput, "payer">,
    ) => ReturnType<typeof getThawAndRevokeV2InstructionAsync> & SelfPlanAndSendFunctions
    thawV2: (
        input: MakeOptional<ThawV2AsyncInput, "payer">,
    ) => ReturnType<typeof getThawV2InstructionAsync> & SelfPlanAndSendFunctions
    transfer: (
        input: TransferAsyncInput,
    ) => ReturnType<typeof getTransferInstructionAsync> & SelfPlanAndSendFunctions
    transferV2: (
        input: MakeOptional<TransferV2AsyncInput, "payer">,
    ) => ReturnType<typeof getTransferV2InstructionAsync> & SelfPlanAndSendFunctions
    unverifyCollection: (
        input: MakeOptional<UnverifyCollectionAsyncInput, "payer">,
    ) => ReturnType<typeof getUnverifyCollectionInstructionAsync> & SelfPlanAndSendFunctions
    unverifyCreator: (
        input: MakeOptional<UnverifyCreatorAsyncInput, "payer">,
    ) => ReturnType<typeof getUnverifyCreatorInstructionAsync> & SelfPlanAndSendFunctions
    unverifyCreatorV2: (
        input: MakeOptional<UnverifyCreatorV2AsyncInput, "payer">,
    ) => ReturnType<typeof getUnverifyCreatorV2InstructionAsync> & SelfPlanAndSendFunctions
    updateAssetDataV2: (
        input: MakeOptional<UpdateAssetDataV2AsyncInput, "payer">,
    ) => ReturnType<typeof getUpdateAssetDataV2InstructionAsync> & SelfPlanAndSendFunctions
    updateMetadata: (
        input: MakeOptional<UpdateMetadataAsyncInput, "payer">,
    ) => ReturnType<typeof getUpdateMetadataInstructionAsync> & SelfPlanAndSendFunctions
    updateMetadataV2: (
        input: MakeOptional<UpdateMetadataV2AsyncInput, "payer">,
    ) => ReturnType<typeof getUpdateMetadataV2InstructionAsync> & SelfPlanAndSendFunctions
    verifyCollection: (
        input: MakeOptional<VerifyCollectionAsyncInput, "payer">,
    ) => ReturnType<typeof getVerifyCollectionInstructionAsync> & SelfPlanAndSendFunctions
    verifyCreator: (
        input: MakeOptional<VerifyCreatorAsyncInput, "payer">,
    ) => ReturnType<typeof getVerifyCreatorInstructionAsync> & SelfPlanAndSendFunctions
    verifyCreatorV2: (
        input: MakeOptional<VerifyCreatorV2AsyncInput, "payer">,
    ) => ReturnType<typeof getVerifyCreatorV2InstructionAsync> & SelfPlanAndSendFunctions