Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-quarry
WithdrawTokensMMInput
Interface WithdrawTokensMMInput<TAccountOwner, TAccountPool, TAccountMm, TAccountWithdrawMint, TAccountMmTokenAccount, TAccountTokenDestination, TAccountTokenProgram>
interface
WithdrawTokensMMInput
<
TAccountOwner
extends
string
=
string
,
TAccountPool
extends
string
=
string
,
TAccountMm
extends
string
=
string
,
TAccountWithdrawMint
extends
string
=
string
,
TAccountMmTokenAccount
extends
string
=
string
,
TAccountTokenDestination
extends
string
=
string
,
TAccountTokenProgram
extends
string
=
string
,
>
{
mm
:
Address
<
TAccountMm
>
;
mmTokenAccount
:
Address
<
TAccountMmTokenAccount
>
;
owner
:
TransactionSigner
<
TAccountOwner
>
;
pool
:
Address
<
TAccountPool
>
;
tokenDestination
:
Address
<
TAccountTokenDestination
>
;
tokenProgram
?:
Address
<
TAccountTokenProgram
>
;
withdrawMint
:
Address
<
TAccountWithdrawMint
>
;
}
Type Parameters
TAccountOwner
extends
string
=
string
TAccountPool
extends
string
=
string
TAccountMm
extends
string
=
string
TAccountWithdrawMint
extends
string
=
string
TAccountMmTokenAccount
extends
string
=
string
TAccountTokenDestination
extends
string
=
string
TAccountTokenProgram
extends
string
=
string
Index
Properties
mm
mm
Token
Account
owner
pool
token
Destination
token
Program?
withdraw
Mint
Properties
mm
mm
:
Address
<
TAccountMm
>
mm
Token
Account
mmTokenAccount
:
Address
<
TAccountMmTokenAccount
>
owner
owner
:
TransactionSigner
<
TAccountOwner
>
pool
pool
:
Address
<
TAccountPool
>
token
Destination
tokenDestination
:
Address
<
TAccountTokenDestination
>
Optional
token
Program
tokenProgram
?:
Address
<
TAccountTokenProgram
>
withdraw
Mint
withdrawMint
:
Address
<
TAccountWithdrawMint
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
mm
mm
Token
Account
owner
pool
token
Destination
token
Program
withdraw
Mint
Coda by Ian Macalinao
Loading...