Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-quarry
RedeemTokensAsyncInput
Interface RedeemTokensAsyncInput<TAccountRedeemer, TAccountSourceAuthority, TAccountIouMint, TAccountIouSource, TAccountRedemptionVault, TAccountRedemptionDestination, TAccountTokenProgram>
interface
RedeemTokensAsyncInput
<
TAccountRedeemer
extends
string
=
string
,
TAccountSourceAuthority
extends
string
=
string
,
TAccountIouMint
extends
string
=
string
,
TAccountIouSource
extends
string
=
string
,
TAccountRedemptionVault
extends
string
=
string
,
TAccountRedemptionDestination
extends
string
=
string
,
TAccountTokenProgram
extends
string
=
string
,
>
{
amount
:
number
|
bigint
;
iouMint
:
Address
<
TAccountIouMint
>
;
iouSource
?:
Address
<
TAccountIouSource
>
;
redeemer
:
Address
<
TAccountRedeemer
>
;
redemptionDestination
:
Address
<
TAccountRedemptionDestination
>
;
redemptionVault
:
Address
<
TAccountRedemptionVault
>
;
sourceAuthority
:
TransactionSigner
<
TAccountSourceAuthority
>
;
tokenProgram
?:
Address
<
TAccountTokenProgram
>
;
}
Type Parameters
TAccountRedeemer
extends
string
=
string
TAccountSourceAuthority
extends
string
=
string
TAccountIouMint
extends
string
=
string
TAccountIouSource
extends
string
=
string
TAccountRedemptionVault
extends
string
=
string
TAccountRedemptionDestination
extends
string
=
string
TAccountTokenProgram
extends
string
=
string
Index
Properties
amount
iou
Mint
iou
Source?
redeemer
redemption
Destination
redemption
Vault
source
Authority
token
Program?
Properties
amount
amount
:
number
|
bigint
iou
Mint
iouMint
:
Address
<
TAccountIouMint
>
Optional
iou
Source
iouSource
?:
Address
<
TAccountIouSource
>
redeemer
redeemer
:
Address
<
TAccountRedeemer
>
redemption
Destination
redemptionDestination
:
Address
<
TAccountRedemptionDestination
>
redemption
Vault
redemptionVault
:
Address
<
TAccountRedemptionVault
>
source
Authority
sourceAuthority
:
TransactionSigner
<
TAccountSourceAuthority
>
Optional
token
Program
tokenProgram
?:
Address
<
TAccountTokenProgram
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
iou
Mint
iou
Source
redeemer
redemption
Destination
redemption
Vault
source
Authority
token
Program
Coda by Ian Macalinao
Loading...