Coda by Ian Macalinao
Preparing search index...
@solana-programs/quarry
QuarryMintWrapperPluginInstructions
Type Alias QuarryMintWrapperPluginInstructions
type
QuarryMintWrapperPluginInstructions
=
{
acceptAdmin
:
(
input
:
AcceptAdminInput
,
)
=>
ReturnType
<
typeof
getAcceptAdminInstruction
>
&
SelfPlanAndSendFunctions
;
minterUpdate
:
(
input
:
MinterUpdateInput
,
)
=>
ReturnType
<
typeof
getMinterUpdateInstruction
>
&
SelfPlanAndSendFunctions
;
newMinter
:
(
input
:
MakeOptional
<
NewMinterAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewMinterInstructionAsync
>
&
SelfPlanAndSendFunctions
;
newMinterV2
:
(
input
:
MakeOptional
<
NewMinterV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewMinterV2InstructionAsync
>
&
SelfPlanAndSendFunctions
;
newWrapper
:
(
input
:
MakeOptional
<
NewWrapperAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewWrapperInstructionAsync
>
&
SelfPlanAndSendFunctions
;
newWrapperV2
:
(
input
:
MakeOptional
<
NewWrapperV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewWrapperV2InstructionAsync
>
&
SelfPlanAndSendFunctions
;
performMint
:
(
input
:
PerformMintInput
,
)
=>
ReturnType
<
typeof
getPerformMintInstruction
>
&
SelfPlanAndSendFunctions
;
transferAdmin
:
(
input
:
TransferAdminInput
,
)
=>
ReturnType
<
typeof
getTransferAdminInstruction
>
&
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
,
)
=>
ReturnType
<
typeof
getAcceptAdminInstruction
>
&
SelfPlanAndSendFunctions
minter
Update
minterUpdate
:
(
input
:
MinterUpdateInput
,
)
=>
ReturnType
<
typeof
getMinterUpdateInstruction
>
&
SelfPlanAndSendFunctions
new
Minter
newMinter
:
(
input
:
MakeOptional
<
NewMinterAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewMinterInstructionAsync
>
&
SelfPlanAndSendFunctions
new
Minter
V2
newMinterV2
:
(
input
:
MakeOptional
<
NewMinterV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewMinterV2InstructionAsync
>
&
SelfPlanAndSendFunctions
new
Wrapper
newWrapper
:
(
input
:
MakeOptional
<
NewWrapperAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewWrapperInstructionAsync
>
&
SelfPlanAndSendFunctions
new
Wrapper
V2
newWrapperV2
:
(
input
:
MakeOptional
<
NewWrapperV2AsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewWrapperV2InstructionAsync
>
&
SelfPlanAndSendFunctions
perform
Mint
performMint
:
(
input
:
PerformMintInput
,
)
=>
ReturnType
<
typeof
getPerformMintInstruction
>
&
SelfPlanAndSendFunctions
transfer
Admin
transferAdmin
:
(
input
:
TransferAdminInput
,
)
=>
ReturnType
<
typeof
getTransferAdminInstruction
>
&
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...