Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-mpl-bubblegum
BubblegumPluginInstructions
Type Alias BubblegumPluginInstructions
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
burn
V2
cancel
Redeem
close
Tree
V2
collect
V2
compress
create
Tree
create
Tree
V2
decompress
V1
delegate
delegate
And
Freeze
V2
delegate
V2
freeze
V2
mint
To
Collection
V1
mint
V1
mint
V2
redeem
set
And
Verify
Collection
set
Collection
V2
set
Decompressable
State
set
Decompressible
State
set
Non
Transferable
V2
set
Tree
Delegate
thaw
And
Revoke
V2
thaw
V2
transfer
transfer
V2
unverify
Collection
unverify
Creator
unverify
Creator
V2
update
Asset
Data
V2
update
Metadata
update
Metadata
V2
verify
Collection
verify
Creator
verify
Creator
V2
Properties
burn
burn
:
(
input
:
BurnAsyncInput
,
)
=>
ReturnType
<
typeof
getBurnInstructionAsync
>
&
SelfPlanAndSendFunctions
burn
V2
burnV2
:
(
input
:
MakeOptional
<
BurnV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getBurnV2InstructionAsync
>
&
SelfPlanAndSendFunctions
cancel
Redeem
cancelRedeem
:
(
input
:
CancelRedeemAsyncInput
,
)
=>
ReturnType
<
typeof
getCancelRedeemInstructionAsync
>
&
SelfPlanAndSendFunctions
close
Tree
V2
closeTreeV2
:
(
input
:
CloseTreeV2AsyncInput
,
)
=>
ReturnType
<
typeof
getCloseTreeV2InstructionAsync
>
&
SelfPlanAndSendFunctions
collect
V2
collectV2
:
(
input
:
CollectV2Input
,
)
=>
ReturnType
<
typeof
getCollectV2Instruction
>
&
SelfPlanAndSendFunctions
compress
compress
:
(
input
:
MakeOptional
<
CompressAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCompressInstructionAsync
>
&
SelfPlanAndSendFunctions
create
Tree
createTree
:
(
input
:
MakeOptional
<
CreateTreeAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateTreeInstructionAsync
>
&
SelfPlanAndSendFunctions
create
Tree
V2
createTreeV2
:
(
input
:
MakeOptional
<
CreateTreeV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateTreeV2InstructionAsync
>
&
SelfPlanAndSendFunctions
decompress
V1
decompressV1
:
(
input
:
DecompressV1AsyncInput
,
)
=>
ReturnType
<
typeof
getDecompressV1InstructionAsync
>
&
SelfPlanAndSendFunctions
delegate
delegate
:
(
input
:
DelegateAsyncInput
,
)
=>
ReturnType
<
typeof
getDelegateInstructionAsync
>
&
SelfPlanAndSendFunctions
delegate
And
Freeze
V2
delegateAndFreezeV2
:
(
input
:
MakeOptional
<
DelegateAndFreezeV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getDelegateAndFreezeV2InstructionAsync
>
&
SelfPlanAndSendFunctions
delegate
V2
delegateV2
:
(
input
:
MakeOptional
<
DelegateV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getDelegateV2InstructionAsync
>
&
SelfPlanAndSendFunctions
freeze
V2
freezeV2
:
(
input
:
MakeOptional
<
FreezeV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getFreezeV2InstructionAsync
>
&
SelfPlanAndSendFunctions
mint
To
Collection
V1
mintToCollectionV1
:
(
input
:
MakeOptional
<
MintToCollectionV1AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getMintToCollectionV1InstructionAsync
>
&
SelfPlanAndSendFunctions
mint
V1
mintV1
:
(
input
:
MakeOptional
<
MintV1AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getMintV1InstructionAsync
>
&
SelfPlanAndSendFunctions
mint
V2
mintV2
:
(
input
:
MakeOptional
<
MintV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getMintV2InstructionAsync
>
&
SelfPlanAndSendFunctions
redeem
redeem
:
(
input
:
RedeemAsyncInput
,
)
=>
ReturnType
<
typeof
getRedeemInstructionAsync
>
&
SelfPlanAndSendFunctions
set
And
Verify
Collection
setAndVerifyCollection
:
(
input
:
MakeOptional
<
SetAndVerifyCollectionAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getSetAndVerifyCollectionInstructionAsync
>
&
SelfPlanAndSendFunctions
set
Collection
V2
setCollectionV2
:
(
input
:
MakeOptional
<
SetCollectionV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getSetCollectionV2InstructionAsync
>
&
SelfPlanAndSendFunctions
set
Decompressable
State
setDecompressableState
:
(
input
:
SetDecompressableStateInput
,
)
=>
ReturnType
<
typeof
getSetDecompressableStateInstruction
>
&
SelfPlanAndSendFunctions
set
Decompressible
State
setDecompressibleState
:
(
input
:
SetDecompressibleStateInput
,
)
=>
ReturnType
<
typeof
getSetDecompressibleStateInstruction
>
&
SelfPlanAndSendFunctions
set
Non
Transferable
V2
setNonTransferableV2
:
(
input
:
MakeOptional
<
SetNonTransferableV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getSetNonTransferableV2InstructionAsync
>
&
SelfPlanAndSendFunctions
set
Tree
Delegate
setTreeDelegate
:
(
input
:
SetTreeDelegateAsyncInput
,
)
=>
ReturnType
<
typeof
getSetTreeDelegateInstructionAsync
>
&
SelfPlanAndSendFunctions
thaw
And
Revoke
V2
thawAndRevokeV2
:
(
input
:
MakeOptional
<
ThawAndRevokeV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getThawAndRevokeV2InstructionAsync
>
&
SelfPlanAndSendFunctions
thaw
V2
thawV2
:
(
input
:
MakeOptional
<
ThawV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getThawV2InstructionAsync
>
&
SelfPlanAndSendFunctions
transfer
transfer
:
(
input
:
TransferAsyncInput
,
)
=>
ReturnType
<
typeof
getTransferInstructionAsync
>
&
SelfPlanAndSendFunctions
transfer
V2
transferV2
:
(
input
:
MakeOptional
<
TransferV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getTransferV2InstructionAsync
>
&
SelfPlanAndSendFunctions
unverify
Collection
unverifyCollection
:
(
input
:
MakeOptional
<
UnverifyCollectionAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getUnverifyCollectionInstructionAsync
>
&
SelfPlanAndSendFunctions
unverify
Creator
unverifyCreator
:
(
input
:
MakeOptional
<
UnverifyCreatorAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getUnverifyCreatorInstructionAsync
>
&
SelfPlanAndSendFunctions
unverify
Creator
V2
unverifyCreatorV2
:
(
input
:
MakeOptional
<
UnverifyCreatorV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getUnverifyCreatorV2InstructionAsync
>
&
SelfPlanAndSendFunctions
update
Asset
Data
V2
updateAssetDataV2
:
(
input
:
MakeOptional
<
UpdateAssetDataV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getUpdateAssetDataV2InstructionAsync
>
&
SelfPlanAndSendFunctions
update
Metadata
updateMetadata
:
(
input
:
MakeOptional
<
UpdateMetadataAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getUpdateMetadataInstructionAsync
>
&
SelfPlanAndSendFunctions
update
Metadata
V2
updateMetadataV2
:
(
input
:
MakeOptional
<
UpdateMetadataV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getUpdateMetadataV2InstructionAsync
>
&
SelfPlanAndSendFunctions
verify
Collection
verifyCollection
:
(
input
:
MakeOptional
<
VerifyCollectionAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getVerifyCollectionInstructionAsync
>
&
SelfPlanAndSendFunctions
verify
Creator
verifyCreator
:
(
input
:
MakeOptional
<
VerifyCreatorAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getVerifyCreatorInstructionAsync
>
&
SelfPlanAndSendFunctions
verify
Creator
V2
verifyCreatorV2
:
(
input
:
MakeOptional
<
VerifyCreatorV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getVerifyCreatorV2InstructionAsync
>
&
SelfPlanAndSendFunctions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
burn
burn
V2
cancel
Redeem
close
Tree
V2
collect
V2
compress
create
Tree
create
Tree
V2
decompress
V1
delegate
delegate
And
Freeze
V2
delegate
V2
freeze
V2
mint
To
Collection
V1
mint
V1
mint
V2
redeem
set
And
Verify
Collection
set
Collection
V2
set
Decompressable
State
set
Decompressible
State
set
Non
Transferable
V2
set
Tree
Delegate
thaw
And
Revoke
V2
thaw
V2
transfer
transfer
V2
unverify
Collection
unverify
Creator
unverify
Creator
V2
update
Asset
Data
V2
update
Metadata
update
Metadata
V2
verify
Collection
verify
Creator
verify
Creator
V2
Coda by Ian Macalinao
Loading...