Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-quarry
QuarryRedeemerPluginInstructions
Interface QuarryRedeemerPluginInstructions
interface
QuarryRedeemerPluginInstructions
{
createRedeemer
:
(
input
:
MakeOptional
<
CreateRedeemerAsyncInput
<
string
,
string
,
string
,
string
,
string
>
,
"payer"
,
>
,
)
=>
Promise
<
CreateRedeemerInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
redeemAllTokens
:
(
input
:
RedeemAllTokensAsyncInput
,
)
=>
Promise
<
RedeemAllTokensInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
redeemTokens
:
(
input
:
RedeemTokensAsyncInput
,
)
=>
Promise
<
RedeemTokensInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
}
Index
Properties
create
Redeemer
redeem
All
Tokens
redeem
Tokens
Properties
create
Redeemer
createRedeemer
:
(
input
:
MakeOptional
<
CreateRedeemerAsyncInput
<
string
,
string
,
string
,
string
,
string
>
,
"payer"
,
>
,
)
=>
Promise
<
CreateRedeemerInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
redeem
All
Tokens
redeemAllTokens
:
(
input
:
RedeemAllTokensAsyncInput
,
)
=>
Promise
<
RedeemAllTokensInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
redeem
Tokens
redeemTokens
:
(
input
:
RedeemTokensAsyncInput
,
)
=>
Promise
<
RedeemTokensInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
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...