Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-tribeca
ExitInput
Interface ExitInput<TAccountLocker, TAccountEscrow, TAccountEscrowOwner, TAccountEscrowTokens, TAccountDestinationTokens, TAccountPayer, TAccountTokenProgram>
interface
ExitInput
<
TAccountLocker
extends
string
=
string
,
TAccountEscrow
extends
string
=
string
,
TAccountEscrowOwner
extends
string
=
string
,
TAccountEscrowTokens
extends
string
=
string
,
TAccountDestinationTokens
extends
string
=
string
,
TAccountPayer
extends
string
=
string
,
TAccountTokenProgram
extends
string
=
string
,
>
{
destinationTokens
:
Address
<
TAccountDestinationTokens
>
;
escrow
:
Address
<
TAccountEscrow
>
;
escrowOwner
:
TransactionSigner
<
TAccountEscrowOwner
>
;
escrowTokens
:
Address
<
TAccountEscrowTokens
>
;
locker
:
Address
<
TAccountLocker
>
;
payer
:
TransactionSigner
<
TAccountPayer
>
;
tokenProgram
?:
Address
<
TAccountTokenProgram
>
;
}
Type Parameters
TAccountLocker
extends
string
=
string
TAccountEscrow
extends
string
=
string
TAccountEscrowOwner
extends
string
=
string
TAccountEscrowTokens
extends
string
=
string
TAccountDestinationTokens
extends
string
=
string
TAccountPayer
extends
string
=
string
TAccountTokenProgram
extends
string
=
string
Index
Properties
destination
Tokens
escrow
escrow
Owner
escrow
Tokens
locker
payer
token
Program?
Properties
destination
Tokens
destinationTokens
:
Address
<
TAccountDestinationTokens
>
escrow
escrow
:
Address
<
TAccountEscrow
>
escrow
Owner
escrowOwner
:
TransactionSigner
<
TAccountEscrowOwner
>
escrow
Tokens
escrowTokens
:
Address
<
TAccountEscrowTokens
>
locker
locker
:
Address
<
TAccountLocker
>
payer
payer
:
TransactionSigner
<
TAccountPayer
>
Optional
token
Program
tokenProgram
?:
Address
<
TAccountTokenProgram
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
destination
Tokens
escrow
escrow
Owner
escrow
Tokens
locker
payer
token
Program
Coda by Ian Macalinao
Loading...