Coda by Ian Macalinao
Preparing search index...
@solana-programs/quarry
QuarryRedeemerPluginInstructions
Type Alias QuarryRedeemerPluginInstructions
type
QuarryRedeemerPluginInstructions
=
{
createRedeemer
:
(
input
:
MakeOptional
<
CreateRedeemerAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateRedeemerInstructionAsync
>
&
SelfPlanAndSendFunctions
;
redeemAllTokens
:
(
input
:
RedeemAllTokensAsyncInput
,
)
=>
ReturnType
<
typeof
getRedeemAllTokensInstructionAsync
>
&
SelfPlanAndSendFunctions
;
redeemTokens
:
(
input
:
RedeemTokensAsyncInput
,
)
=>
ReturnType
<
typeof
getRedeemTokensInstructionAsync
>
&
SelfPlanAndSendFunctions
;
}
Index
Properties
create
Redeemer
redeem
All
Tokens
redeem
Tokens
Properties
create
Redeemer
createRedeemer
:
(
input
:
MakeOptional
<
CreateRedeemerAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateRedeemerInstructionAsync
>
&
SelfPlanAndSendFunctions
redeem
All
Tokens
redeemAllTokens
:
(
input
:
RedeemAllTokensAsyncInput
,
)
=>
ReturnType
<
typeof
getRedeemAllTokensInstructionAsync
>
&
SelfPlanAndSendFunctions
redeem
Tokens
redeemTokens
:
(
input
:
RedeemTokensAsyncInput
,
)
=>
ReturnType
<
typeof
getRedeemTokensInstructionAsync
>
&
SelfPlanAndSendFunctions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
Redeemer
redeem
All
Tokens
redeem
Tokens
Coda by Ian Macalinao
Loading...