Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-quarry
QuarryMintWrapperPluginInstructions
Interface QuarryMintWrapperPluginInstructions
interface
QuarryMintWrapperPluginInstructions
{
acceptAdmin
:
(
input
:
AcceptAdminInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
WritableAccount
<
string
>
,
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
]
,
>
&
SelfPlanAndSendFunctions
;
minterUpdate
:
(
input
:
MinterUpdateInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
WritableAccount
<
string
>
,
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
;
newMinter
:
(
input
:
MakeOptional
<
NewMinterAsyncInput
<
string
,
string
,
string
,
string
,
string
,
string
>
,
"payer"
,
>
,
)
=>
Promise
<
NewMinterInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
newMinterV2
:
(
input
:
MakeOptional
<
NewMinterV2AsyncInput
<
string
,
string
,
string
,
string
,
string
,
string
>
,
"payer"
,
>
,
)
=>
Promise
<
NewMinterV2Instruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
newWrapper
:
(
input
:
MakeOptional
<
NewWrapperAsyncInput
<
string
,
string
,
string
,
string
,
string
,
string
,
string
,
>
,
"payer"
,
>
,
)
=>
Promise
<
NewWrapperInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
newWrapperV2
:
(
input
:
MakeOptional
<
NewWrapperV2AsyncInput
<
string
,
string
,
string
,
string
,
string
,
string
,
string
,
>
,
"payer"
,
>
,
)
=>
Promise
<
NewWrapperV2Instruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
performMint
:
(
input
:
PerformMintInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
WritableAccount
<
string
>
,
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
WritableAccount
<
string
>
,
WritableAccount
<
string
>
,
ReadonlyAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
;
transferAdmin
:
(
input
:
TransferAdminInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
WritableAccount
<
string
>
,
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
ReadonlyAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
;
}
Index
Properties
accept
Admin
minter
Update
new
Minter
new
Minter
V2
new
Wrapper
new
Wrapper
V2
perform
Mint
transfer
Admin
Properties
accept
Admin
acceptAdmin
:
(
input
:
AcceptAdminInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
WritableAccount
<
string
>
,
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
]
,
>
&
SelfPlanAndSendFunctions
minter
Update
minterUpdate
:
(
input
:
MinterUpdateInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
WritableAccount
<
string
>
,
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
new
Minter
newMinter
:
(
input
:
MakeOptional
<
NewMinterAsyncInput
<
string
,
string
,
string
,
string
,
string
,
string
>
,
"payer"
,
>
,
)
=>
Promise
<
NewMinterInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
new
Minter
V2
newMinterV2
:
(
input
:
MakeOptional
<
NewMinterV2AsyncInput
<
string
,
string
,
string
,
string
,
string
,
string
>
,
"payer"
,
>
,
)
=>
Promise
<
NewMinterV2Instruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
new
Wrapper
newWrapper
:
(
input
:
MakeOptional
<
NewWrapperAsyncInput
<
string
,
string
,
string
,
string
,
string
,
string
,
string
,
>
,
"payer"
,
>
,
)
=>
Promise
<
NewWrapperInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
new
Wrapper
V2
newWrapperV2
:
(
input
:
MakeOptional
<
NewWrapperV2AsyncInput
<
string
,
string
,
string
,
string
,
string
,
string
,
string
,
>
,
"payer"
,
>
,
)
=>
Promise
<
NewWrapperV2Instruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
perform
Mint
performMint
:
(
input
:
PerformMintInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
WritableAccount
<
string
>
,
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
WritableAccount
<
string
>
,
WritableAccount
<
string
>
,
ReadonlyAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
transfer
Admin
transferAdmin
:
(
input
:
TransferAdminInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
WritableAccount
<
string
>
,
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
ReadonlyAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accept
Admin
minter
Update
new
Minter
new
Minter
V2
new
Wrapper
new
Wrapper
V2
perform
Mint
transfer
Admin
Coda by Ian Macalinao
Loading...