Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-quarry
getCreateRedeemerInstruction
Function getCreateRedeemerInstruction
getCreateRedeemerInstruction
<
TAccountRedeemer
extends
string
,
TAccountIouMint
extends
string
,
TAccountRedemptionMint
extends
string
,
TAccountPayer
extends
string
,
TAccountSystemProgram
extends
string
,
TProgramAddress
extends
Address
=
Address
<
"QRDxhMw1P2NEfiw5mYXG79bwfgHTdasY2xNP76XSea9"
>
,
>
(
input
:
CreateRedeemerInput
<
TAccountRedeemer
,
TAccountIouMint
,
TAccountRedemptionMint
,
TAccountPayer
,
TAccountSystemProgram
,
>
,
config
?:
{
programAddress
?:
TProgramAddress
}
,
)
:
CreateRedeemerInstruction
<
TProgramAddress
,
TAccountRedeemer
,
TAccountIouMint
,
TAccountRedemptionMint
,
TAccountPayer
,
TAccountSystemProgram
,
>
Type Parameters
TAccountRedeemer
extends
string
TAccountIouMint
extends
string
TAccountRedemptionMint
extends
string
TAccountPayer
extends
string
TAccountSystemProgram
extends
string
TProgramAddress
extends
Address
=
Address
<
"QRDxhMw1P2NEfiw5mYXG79bwfgHTdasY2xNP76XSea9"
>
Parameters
input
:
CreateRedeemerInput
<
TAccountRedeemer
,
TAccountIouMint
,
TAccountRedemptionMint
,
TAccountPayer
,
TAccountSystemProgram
,
>
Optional
config
:
{
programAddress
?:
TProgramAddress
}
Returns
CreateRedeemerInstruction
<
TProgramAddress
,
TAccountRedeemer
,
TAccountIouMint
,
TAccountRedemptionMint
,
TAccountPayer
,
TAccountSystemProgram
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...