Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-token-metadata
TokenMetadataPluginInstructions
Type Alias TokenMetadataPluginInstructions
type
TokenMetadataPluginInstructions
=
{
approveCollectionAuthority
:
(
input
:
MakeOptional
<
ApproveCollectionAuthorityAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getApproveCollectionAuthorityInstructionAsync
>
&
SelfPlanAndSendFunctions
;
approveUseAuthority
:
(
input
:
MakeOptional
<
ApproveUseAuthorityAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getApproveUseAuthorityInstructionAsync
>
&
SelfPlanAndSendFunctions
;
bubblegumSetCollectionSize
:
(
input
:
BubblegumSetCollectionSizeAsyncInput
,
)
=>
ReturnType
<
typeof
getBubblegumSetCollectionSizeInstructionAsync
>
&
SelfPlanAndSendFunctions
;
burn
:
(
input
:
BurnAsyncInput
,
)
=>
ReturnType
<
typeof
getBurnInstructionAsync
>
&
SelfPlanAndSendFunctions
;
burnEditionNft
:
(
input
:
BurnEditionNftInput
,
)
=>
ReturnType
<
typeof
getBurnEditionNftInstruction
>
&
SelfPlanAndSendFunctions
;
burnNft
:
(
input
:
BurnNftAsyncInput
,
)
=>
ReturnType
<
typeof
getBurnNftInstructionAsync
>
&
SelfPlanAndSendFunctions
;
closeAccounts
:
(
input
:
CloseAccountsAsyncInput
,
)
=>
ReturnType
<
typeof
getCloseAccountsInstructionAsync
>
&
SelfPlanAndSendFunctions
;
closeEscrowAccount
:
(
input
:
MakeOptional
<
CloseEscrowAccountAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCloseEscrowAccountInstructionAsync
>
&
SelfPlanAndSendFunctions
;
collect
:
(
input
:
CollectInput
,
)
=>
ReturnType
<
typeof
getCollectInstruction
>
&
SelfPlanAndSendFunctions
;
convertMasterEditionV1ToV2
:
(
input
:
ConvertMasterEditionV1ToV2Input
,
)
=>
ReturnType
<
typeof
getConvertMasterEditionV1ToV2Instruction
>
&
SelfPlanAndSendFunctions
;
create
:
(
input
:
MakeOptional
<
CreateAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateInstructionAsync
>
&
SelfPlanAndSendFunctions
;
createEscrowAccount
:
(
input
:
MakeOptional
<
CreateEscrowAccountAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateEscrowAccountInstructionAsync
>
&
SelfPlanAndSendFunctions
;
createMasterEdition
:
(
input
:
MakeOptional
<
CreateMasterEditionAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateMasterEditionInstructionAsync
>
&
SelfPlanAndSendFunctions
;
createMasterEditionV3
:
(
input
:
MakeOptional
<
CreateMasterEditionV3AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateMasterEditionV3InstructionAsync
>
&
SelfPlanAndSendFunctions
;
createMetadataAccount
:
(
input
:
MakeOptional
<
CreateMetadataAccountAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateMetadataAccountInstructionAsync
>
&
SelfPlanAndSendFunctions
;
createMetadataAccountV2
:
(
input
:
MakeOptional
<
CreateMetadataAccountV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateMetadataAccountV2InstructionAsync
>
&
SelfPlanAndSendFunctions
;
createMetadataAccountV3
:
(
input
:
MakeOptional
<
CreateMetadataAccountV3AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateMetadataAccountV3InstructionAsync
>
&
SelfPlanAndSendFunctions
;
delegate
:
(
input
:
MakeOptional
<
DelegateAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getDelegateInstructionAsync
>
&
SelfPlanAndSendFunctions
;
deprecatedCreateMasterEdition
:
(
input
:
MakeOptional
<
DeprecatedCreateMasterEditionAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getDeprecatedCreateMasterEditionInstructionAsync
>
&
SelfPlanAndSendFunctions
;
deprecatedCreateReservationList
:
(
input
:
MakeOptional
<
DeprecatedCreateReservationListInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getDeprecatedCreateReservationListInstruction
>
&
SelfPlanAndSendFunctions
;
deprecatedMintNewEditionFromMasterEditionViaPrintingToken
:
(
input
:
MakeOptional
<
DeprecatedMintNewEditionFromMasterEditionViaPrintingTokenAsyncInput
,
"payer"
,
>
,
)
=>
ReturnType
<
typeof
getDeprecatedMintNewEditionFromMasterEditionViaPrintingTokenInstructionAsync
,
>
&
SelfPlanAndSendFunctions
;
deprecatedMintPrintingTokens
:
(
input
:
DeprecatedMintPrintingTokensInput
,
)
=>
ReturnType
<
typeof
getDeprecatedMintPrintingTokensInstruction
>
&
SelfPlanAndSendFunctions
;
deprecatedMintPrintingTokensViaToken
:
(
input
:
DeprecatedMintPrintingTokensViaTokenInput
,
)
=>
ReturnType
<
typeof
getDeprecatedMintPrintingTokensViaTokenInstruction
>
&
SelfPlanAndSendFunctions
;
deprecatedSetReservationList
:
(
input
:
DeprecatedSetReservationListInput
,
)
=>
ReturnType
<
typeof
getDeprecatedSetReservationListInstruction
>
&
SelfPlanAndSendFunctions
;
freezeDelegatedAccount
:
(
input
:
FreezeDelegatedAccountInput
,
)
=>
ReturnType
<
typeof
getFreezeDelegatedAccountInstruction
>
&
SelfPlanAndSendFunctions
;
lock
:
(
input
:
MakeOptional
<
LockAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getLockInstructionAsync
>
&
SelfPlanAndSendFunctions
;
migrate
:
(
input
:
MakeOptional
<
MigrateAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getMigrateInstructionAsync
>
&
SelfPlanAndSendFunctions
;
mint
:
(
input
:
MakeOptional
<
MintAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getMintInstructionAsync
>
&
SelfPlanAndSendFunctions
;
mintNewEditionFromMasterEditionViaToken
:
(
input
:
MakeOptional
<
MintNewEditionFromMasterEditionViaTokenInput
,
"payer"
,
>
,
)
=>
ReturnType
<
typeof
getMintNewEditionFromMasterEditionViaTokenInstruction
,
>
&
SelfPlanAndSendFunctions
;
mintNewEditionFromMasterEditionViaVaultProxy
:
(
input
:
MakeOptional
<
MintNewEditionFromMasterEditionViaVaultProxyInput
,
"payer"
,
>
,
)
=>
ReturnType
<
typeof
getMintNewEditionFromMasterEditionViaVaultProxyInstruction
,
>
&
SelfPlanAndSendFunctions
;
print
:
(
input
:
MakeOptional
<
PrintInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getPrintInstruction
>
&
SelfPlanAndSendFunctions
;
puffMetadata
:
(
input
:
PuffMetadataInput
,
)
=>
ReturnType
<
typeof
getPuffMetadataInstruction
>
&
SelfPlanAndSendFunctions
;
removeCreatorVerification
:
(
input
:
RemoveCreatorVerificationInput
,
)
=>
ReturnType
<
typeof
getRemoveCreatorVerificationInstruction
>
&
SelfPlanAndSendFunctions
;
resize
:
(
input
:
MakeOptional
<
ResizeAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getResizeInstructionAsync
>
&
SelfPlanAndSendFunctions
;
revoke
:
(
input
:
MakeOptional
<
RevokeAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getRevokeInstructionAsync
>
&
SelfPlanAndSendFunctions
;
revokeCollectionAuthority
:
(
input
:
RevokeCollectionAuthorityAsyncInput
,
)
=>
ReturnType
<
typeof
getRevokeCollectionAuthorityInstructionAsync
>
&
SelfPlanAndSendFunctions
;
revokeUseAuthority
:
(
input
:
RevokeUseAuthorityAsyncInput
,
)
=>
ReturnType
<
typeof
getRevokeUseAuthorityInstructionAsync
>
&
SelfPlanAndSendFunctions
;
setAndVerifyCollection
:
(
input
:
MakeOptional
<
SetAndVerifyCollectionAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getSetAndVerifyCollectionInstructionAsync
>
&
SelfPlanAndSendFunctions
;
setAndVerifySizedCollectionItem
:
(
input
:
MakeOptional
<
SetAndVerifySizedCollectionItemAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getSetAndVerifySizedCollectionItemInstructionAsync
>
&
SelfPlanAndSendFunctions
;
setCollectionSize
:
(
input
:
SetCollectionSizeAsyncInput
,
)
=>
ReturnType
<
typeof
getSetCollectionSizeInstructionAsync
>
&
SelfPlanAndSendFunctions
;
setTokenStandard
:
(
input
:
SetTokenStandardAsyncInput
,
)
=>
ReturnType
<
typeof
getSetTokenStandardInstructionAsync
>
&
SelfPlanAndSendFunctions
;
signMetadata
:
(
input
:
SignMetadataInput
,
)
=>
ReturnType
<
typeof
getSignMetadataInstruction
>
&
SelfPlanAndSendFunctions
;
thawDelegatedAccount
:
(
input
:
ThawDelegatedAccountInput
,
)
=>
ReturnType
<
typeof
getThawDelegatedAccountInstruction
>
&
SelfPlanAndSendFunctions
;
transfer
:
(
input
:
MakeOptional
<
TransferAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getTransferInstructionAsync
>
&
SelfPlanAndSendFunctions
;
transferOutOfEscrow
:
(
input
:
MakeOptional
<
TransferOutOfEscrowInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getTransferOutOfEscrowInstruction
>
&
SelfPlanAndSendFunctions
;
unlock
:
(
input
:
MakeOptional
<
UnlockAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getUnlockInstructionAsync
>
&
SelfPlanAndSendFunctions
;
unverify
:
(
input
:
UnverifyInput
,
)
=>
ReturnType
<
typeof
getUnverifyInstruction
>
&
SelfPlanAndSendFunctions
;
unverifyCollection
:
(
input
:
UnverifyCollectionAsyncInput
,
)
=>
ReturnType
<
typeof
getUnverifyCollectionInstructionAsync
>
&
SelfPlanAndSendFunctions
;
unverifySizedCollectionItem
:
(
input
:
MakeOptional
<
UnverifySizedCollectionItemAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getUnverifySizedCollectionItemInstructionAsync
>
&
SelfPlanAndSendFunctions
;
update
:
(
input
:
MakeOptional
<
UpdateAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getUpdateInstructionAsync
>
&
SelfPlanAndSendFunctions
;
updateMetadataAccount
:
(
input
:
UpdateMetadataAccountInput
,
)
=>
ReturnType
<
typeof
getUpdateMetadataAccountInstruction
>
&
SelfPlanAndSendFunctions
;
updateMetadataAccountV2
:
(
input
:
UpdateMetadataAccountV2Input
,
)
=>
ReturnType
<
typeof
getUpdateMetadataAccountV2Instruction
>
&
SelfPlanAndSendFunctions
;
updatePrimarySaleHappenedViaToken
:
(
input
:
UpdatePrimarySaleHappenedViaTokenInput
,
)
=>
ReturnType
<
typeof
getUpdatePrimarySaleHappenedViaTokenInstruction
>
&
SelfPlanAndSendFunctions
;
use
:
(
input
:
MakeOptional
<
UseAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getUseInstructionAsync
>
&
SelfPlanAndSendFunctions
;
utilize
:
(
input
:
UtilizeAsyncInput
,
)
=>
ReturnType
<
typeof
getUtilizeInstructionAsync
>
&
SelfPlanAndSendFunctions
;
verify
:
(
input
:
VerifyInput
,
)
=>
ReturnType
<
typeof
getVerifyInstruction
>
&
SelfPlanAndSendFunctions
;
verifyCollection
:
(
input
:
MakeOptional
<
VerifyCollectionAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getVerifyCollectionInstructionAsync
>
&
SelfPlanAndSendFunctions
;
verifySizedCollectionItem
:
(
input
:
MakeOptional
<
VerifySizedCollectionItemAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getVerifySizedCollectionItemInstructionAsync
>
&
SelfPlanAndSendFunctions
;
}
Index
Properties
approve
Collection
Authority
approve
Use
Authority
bubblegum
Set
Collection
Size
burn
burn
Edition
Nft
burn
Nft
close
Accounts
close
Escrow
Account
collect
convert
Master
Edition
V1
To
V2
create
create
Escrow
Account
create
Master
Edition
create
Master
Edition
V3
create
Metadata
Account
create
Metadata
Account
V2
create
Metadata
Account
V3
delegate
deprecated
Create
Master
Edition
deprecated
Create
Reservation
List
deprecated
Mint
New
Edition
From
Master
Edition
Via
Printing
Token
deprecated
Mint
Printing
Tokens
deprecated
Mint
Printing
Tokens
Via
Token
deprecated
Set
Reservation
List
freeze
Delegated
Account
lock
migrate
mint
mint
New
Edition
From
Master
Edition
Via
Token
mint
New
Edition
From
Master
Edition
Via
Vault
Proxy
print
puff
Metadata
remove
Creator
Verification
resize
revoke
revoke
Collection
Authority
revoke
Use
Authority
set
And
Verify
Collection
set
And
Verify
Sized
Collection
Item
set
Collection
Size
set
Token
Standard
sign
Metadata
thaw
Delegated
Account
transfer
transfer
Out
Of
Escrow
unlock
unverify
unverify
Collection
unverify
Sized
Collection
Item
update
update
Metadata
Account
update
Metadata
Account
V2
update
Primary
Sale
Happened
Via
Token
use
utilize
verify
verify
Collection
verify
Sized
Collection
Item
Properties
approve
Collection
Authority
approveCollectionAuthority
:
(
input
:
MakeOptional
<
ApproveCollectionAuthorityAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getApproveCollectionAuthorityInstructionAsync
>
&
SelfPlanAndSendFunctions
approve
Use
Authority
approveUseAuthority
:
(
input
:
MakeOptional
<
ApproveUseAuthorityAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getApproveUseAuthorityInstructionAsync
>
&
SelfPlanAndSendFunctions
bubblegum
Set
Collection
Size
bubblegumSetCollectionSize
:
(
input
:
BubblegumSetCollectionSizeAsyncInput
,
)
=>
ReturnType
<
typeof
getBubblegumSetCollectionSizeInstructionAsync
>
&
SelfPlanAndSendFunctions
burn
burn
:
(
input
:
BurnAsyncInput
,
)
=>
ReturnType
<
typeof
getBurnInstructionAsync
>
&
SelfPlanAndSendFunctions
burn
Edition
Nft
burnEditionNft
:
(
input
:
BurnEditionNftInput
,
)
=>
ReturnType
<
typeof
getBurnEditionNftInstruction
>
&
SelfPlanAndSendFunctions
burn
Nft
burnNft
:
(
input
:
BurnNftAsyncInput
,
)
=>
ReturnType
<
typeof
getBurnNftInstructionAsync
>
&
SelfPlanAndSendFunctions
close
Accounts
closeAccounts
:
(
input
:
CloseAccountsAsyncInput
,
)
=>
ReturnType
<
typeof
getCloseAccountsInstructionAsync
>
&
SelfPlanAndSendFunctions
close
Escrow
Account
closeEscrowAccount
:
(
input
:
MakeOptional
<
CloseEscrowAccountAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCloseEscrowAccountInstructionAsync
>
&
SelfPlanAndSendFunctions
collect
collect
:
(
input
:
CollectInput
,
)
=>
ReturnType
<
typeof
getCollectInstruction
>
&
SelfPlanAndSendFunctions
convert
Master
Edition
V1
To
V2
convertMasterEditionV1ToV2
:
(
input
:
ConvertMasterEditionV1ToV2Input
,
)
=>
ReturnType
<
typeof
getConvertMasterEditionV1ToV2Instruction
>
&
SelfPlanAndSendFunctions
create
create
:
(
input
:
MakeOptional
<
CreateAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateInstructionAsync
>
&
SelfPlanAndSendFunctions
create
Escrow
Account
createEscrowAccount
:
(
input
:
MakeOptional
<
CreateEscrowAccountAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateEscrowAccountInstructionAsync
>
&
SelfPlanAndSendFunctions
create
Master
Edition
createMasterEdition
:
(
input
:
MakeOptional
<
CreateMasterEditionAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateMasterEditionInstructionAsync
>
&
SelfPlanAndSendFunctions
create
Master
Edition
V3
createMasterEditionV3
:
(
input
:
MakeOptional
<
CreateMasterEditionV3AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateMasterEditionV3InstructionAsync
>
&
SelfPlanAndSendFunctions
create
Metadata
Account
createMetadataAccount
:
(
input
:
MakeOptional
<
CreateMetadataAccountAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateMetadataAccountInstructionAsync
>
&
SelfPlanAndSendFunctions
create
Metadata
Account
V2
createMetadataAccountV2
:
(
input
:
MakeOptional
<
CreateMetadataAccountV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateMetadataAccountV2InstructionAsync
>
&
SelfPlanAndSendFunctions
create
Metadata
Account
V3
createMetadataAccountV3
:
(
input
:
MakeOptional
<
CreateMetadataAccountV3AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateMetadataAccountV3InstructionAsync
>
&
SelfPlanAndSendFunctions
delegate
delegate
:
(
input
:
MakeOptional
<
DelegateAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getDelegateInstructionAsync
>
&
SelfPlanAndSendFunctions
deprecated
Create
Master
Edition
deprecatedCreateMasterEdition
:
(
input
:
MakeOptional
<
DeprecatedCreateMasterEditionAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getDeprecatedCreateMasterEditionInstructionAsync
>
&
SelfPlanAndSendFunctions
deprecated
Create
Reservation
List
deprecatedCreateReservationList
:
(
input
:
MakeOptional
<
DeprecatedCreateReservationListInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getDeprecatedCreateReservationListInstruction
>
&
SelfPlanAndSendFunctions
deprecated
Mint
New
Edition
From
Master
Edition
Via
Printing
Token
deprecatedMintNewEditionFromMasterEditionViaPrintingToken
:
(
input
:
MakeOptional
<
DeprecatedMintNewEditionFromMasterEditionViaPrintingTokenAsyncInput
,
"payer"
,
>
,
)
=>
ReturnType
<
typeof
getDeprecatedMintNewEditionFromMasterEditionViaPrintingTokenInstructionAsync
,
>
&
SelfPlanAndSendFunctions
deprecated
Mint
Printing
Tokens
deprecatedMintPrintingTokens
:
(
input
:
DeprecatedMintPrintingTokensInput
,
)
=>
ReturnType
<
typeof
getDeprecatedMintPrintingTokensInstruction
>
&
SelfPlanAndSendFunctions
deprecated
Mint
Printing
Tokens
Via
Token
deprecatedMintPrintingTokensViaToken
:
(
input
:
DeprecatedMintPrintingTokensViaTokenInput
,
)
=>
ReturnType
<
typeof
getDeprecatedMintPrintingTokensViaTokenInstruction
>
&
SelfPlanAndSendFunctions
deprecated
Set
Reservation
List
deprecatedSetReservationList
:
(
input
:
DeprecatedSetReservationListInput
,
)
=>
ReturnType
<
typeof
getDeprecatedSetReservationListInstruction
>
&
SelfPlanAndSendFunctions
freeze
Delegated
Account
freezeDelegatedAccount
:
(
input
:
FreezeDelegatedAccountInput
,
)
=>
ReturnType
<
typeof
getFreezeDelegatedAccountInstruction
>
&
SelfPlanAndSendFunctions
lock
lock
:
(
input
:
MakeOptional
<
LockAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getLockInstructionAsync
>
&
SelfPlanAndSendFunctions
migrate
migrate
:
(
input
:
MakeOptional
<
MigrateAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getMigrateInstructionAsync
>
&
SelfPlanAndSendFunctions
mint
mint
:
(
input
:
MakeOptional
<
MintAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getMintInstructionAsync
>
&
SelfPlanAndSendFunctions
mint
New
Edition
From
Master
Edition
Via
Token
mintNewEditionFromMasterEditionViaToken
:
(
input
:
MakeOptional
<
MintNewEditionFromMasterEditionViaTokenInput
,
"payer"
,
>
,
)
=>
ReturnType
<
typeof
getMintNewEditionFromMasterEditionViaTokenInstruction
,
>
&
SelfPlanAndSendFunctions
mint
New
Edition
From
Master
Edition
Via
Vault
Proxy
mintNewEditionFromMasterEditionViaVaultProxy
:
(
input
:
MakeOptional
<
MintNewEditionFromMasterEditionViaVaultProxyInput
,
"payer"
,
>
,
)
=>
ReturnType
<
typeof
getMintNewEditionFromMasterEditionViaVaultProxyInstruction
,
>
&
SelfPlanAndSendFunctions
print
print
:
(
input
:
MakeOptional
<
PrintInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getPrintInstruction
>
&
SelfPlanAndSendFunctions
puff
Metadata
puffMetadata
:
(
input
:
PuffMetadataInput
,
)
=>
ReturnType
<
typeof
getPuffMetadataInstruction
>
&
SelfPlanAndSendFunctions
remove
Creator
Verification
removeCreatorVerification
:
(
input
:
RemoveCreatorVerificationInput
,
)
=>
ReturnType
<
typeof
getRemoveCreatorVerificationInstruction
>
&
SelfPlanAndSendFunctions
resize
resize
:
(
input
:
MakeOptional
<
ResizeAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getResizeInstructionAsync
>
&
SelfPlanAndSendFunctions
revoke
revoke
:
(
input
:
MakeOptional
<
RevokeAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getRevokeInstructionAsync
>
&
SelfPlanAndSendFunctions
revoke
Collection
Authority
revokeCollectionAuthority
:
(
input
:
RevokeCollectionAuthorityAsyncInput
,
)
=>
ReturnType
<
typeof
getRevokeCollectionAuthorityInstructionAsync
>
&
SelfPlanAndSendFunctions
revoke
Use
Authority
revokeUseAuthority
:
(
input
:
RevokeUseAuthorityAsyncInput
,
)
=>
ReturnType
<
typeof
getRevokeUseAuthorityInstructionAsync
>
&
SelfPlanAndSendFunctions
set
And
Verify
Collection
setAndVerifyCollection
:
(
input
:
MakeOptional
<
SetAndVerifyCollectionAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getSetAndVerifyCollectionInstructionAsync
>
&
SelfPlanAndSendFunctions
set
And
Verify
Sized
Collection
Item
setAndVerifySizedCollectionItem
:
(
input
:
MakeOptional
<
SetAndVerifySizedCollectionItemAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getSetAndVerifySizedCollectionItemInstructionAsync
>
&
SelfPlanAndSendFunctions
set
Collection
Size
setCollectionSize
:
(
input
:
SetCollectionSizeAsyncInput
,
)
=>
ReturnType
<
typeof
getSetCollectionSizeInstructionAsync
>
&
SelfPlanAndSendFunctions
set
Token
Standard
setTokenStandard
:
(
input
:
SetTokenStandardAsyncInput
,
)
=>
ReturnType
<
typeof
getSetTokenStandardInstructionAsync
>
&
SelfPlanAndSendFunctions
sign
Metadata
signMetadata
:
(
input
:
SignMetadataInput
,
)
=>
ReturnType
<
typeof
getSignMetadataInstruction
>
&
SelfPlanAndSendFunctions
thaw
Delegated
Account
thawDelegatedAccount
:
(
input
:
ThawDelegatedAccountInput
,
)
=>
ReturnType
<
typeof
getThawDelegatedAccountInstruction
>
&
SelfPlanAndSendFunctions
transfer
transfer
:
(
input
:
MakeOptional
<
TransferAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getTransferInstructionAsync
>
&
SelfPlanAndSendFunctions
transfer
Out
Of
Escrow
transferOutOfEscrow
:
(
input
:
MakeOptional
<
TransferOutOfEscrowInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getTransferOutOfEscrowInstruction
>
&
SelfPlanAndSendFunctions
unlock
unlock
:
(
input
:
MakeOptional
<
UnlockAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getUnlockInstructionAsync
>
&
SelfPlanAndSendFunctions
unverify
unverify
:
(
input
:
UnverifyInput
,
)
=>
ReturnType
<
typeof
getUnverifyInstruction
>
&
SelfPlanAndSendFunctions
unverify
Collection
unverifyCollection
:
(
input
:
UnverifyCollectionAsyncInput
,
)
=>
ReturnType
<
typeof
getUnverifyCollectionInstructionAsync
>
&
SelfPlanAndSendFunctions
unverify
Sized
Collection
Item
unverifySizedCollectionItem
:
(
input
:
MakeOptional
<
UnverifySizedCollectionItemAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getUnverifySizedCollectionItemInstructionAsync
>
&
SelfPlanAndSendFunctions
update
update
:
(
input
:
MakeOptional
<
UpdateAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getUpdateInstructionAsync
>
&
SelfPlanAndSendFunctions
update
Metadata
Account
updateMetadataAccount
:
(
input
:
UpdateMetadataAccountInput
,
)
=>
ReturnType
<
typeof
getUpdateMetadataAccountInstruction
>
&
SelfPlanAndSendFunctions
update
Metadata
Account
V2
updateMetadataAccountV2
:
(
input
:
UpdateMetadataAccountV2Input
,
)
=>
ReturnType
<
typeof
getUpdateMetadataAccountV2Instruction
>
&
SelfPlanAndSendFunctions
update
Primary
Sale
Happened
Via
Token
updatePrimarySaleHappenedViaToken
:
(
input
:
UpdatePrimarySaleHappenedViaTokenInput
,
)
=>
ReturnType
<
typeof
getUpdatePrimarySaleHappenedViaTokenInstruction
>
&
SelfPlanAndSendFunctions
use
use
:
(
input
:
MakeOptional
<
UseAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getUseInstructionAsync
>
&
SelfPlanAndSendFunctions
utilize
utilize
:
(
input
:
UtilizeAsyncInput
,
)
=>
ReturnType
<
typeof
getUtilizeInstructionAsync
>
&
SelfPlanAndSendFunctions
verify
verify
:
(
input
:
VerifyInput
,
)
=>
ReturnType
<
typeof
getVerifyInstruction
>
&
SelfPlanAndSendFunctions
verify
Collection
verifyCollection
:
(
input
:
MakeOptional
<
VerifyCollectionAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getVerifyCollectionInstructionAsync
>
&
SelfPlanAndSendFunctions
verify
Sized
Collection
Item
verifySizedCollectionItem
:
(
input
:
MakeOptional
<
VerifySizedCollectionItemAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getVerifySizedCollectionItemInstructionAsync
>
&
SelfPlanAndSendFunctions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
approve
Collection
Authority
approve
Use
Authority
bubblegum
Set
Collection
Size
burn
burn
Edition
Nft
burn
Nft
close
Accounts
close
Escrow
Account
collect
convert
Master
Edition
V1
To
V2
create
create
Escrow
Account
create
Master
Edition
create
Master
Edition
V3
create
Metadata
Account
create
Metadata
Account
V2
create
Metadata
Account
V3
delegate
deprecated
Create
Master
Edition
deprecated
Create
Reservation
List
deprecated
Mint
New
Edition
From
Master
Edition
Via
Printing
Token
deprecated
Mint
Printing
Tokens
deprecated
Mint
Printing
Tokens
Via
Token
deprecated
Set
Reservation
List
freeze
Delegated
Account
lock
migrate
mint
mint
New
Edition
From
Master
Edition
Via
Token
mint
New
Edition
From
Master
Edition
Via
Vault
Proxy
print
puff
Metadata
remove
Creator
Verification
resize
revoke
revoke
Collection
Authority
revoke
Use
Authority
set
And
Verify
Collection
set
And
Verify
Sized
Collection
Item
set
Collection
Size
set
Token
Standard
sign
Metadata
thaw
Delegated
Account
transfer
transfer
Out
Of
Escrow
unlock
unverify
unverify
Collection
unverify
Sized
Collection
Item
update
update
Metadata
Account
update
Metadata
Account
V2
update
Primary
Sale
Happened
Via
Token
use
utilize
verify
verify
Collection
verify
Sized
Collection
Item
Coda by Ian Macalinao
Loading...