Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-orca-whirlpools
CollectProtocolFeesInput
Interface CollectProtocolFeesInput<TAccountWhirlpoolsConfig, TAccountWhirlpool, TAccountCollectProtocolFeesAuthority, TAccountTokenVaultA, TAccountTokenVaultB, TAccountTokenDestinationA, TAccountTokenDestinationB, TAccountTokenProgram>
interface
CollectProtocolFeesInput
<
TAccountWhirlpoolsConfig
extends
string
=
string
,
TAccountWhirlpool
extends
string
=
string
,
TAccountCollectProtocolFeesAuthority
extends
string
=
string
,
TAccountTokenVaultA
extends
string
=
string
,
TAccountTokenVaultB
extends
string
=
string
,
TAccountTokenDestinationA
extends
string
=
string
,
TAccountTokenDestinationB
extends
string
=
string
,
TAccountTokenProgram
extends
string
=
string
,
>
{
collectProtocolFeesAuthority
:
TransactionSigner
<
TAccountCollectProtocolFeesAuthority
,
>
;
tokenDestinationA
:
Address
<
TAccountTokenDestinationA
>
;
tokenDestinationB
:
Address
<
TAccountTokenDestinationB
>
;
tokenProgram
?:
Address
<
TAccountTokenProgram
>
;
tokenVaultA
:
Address
<
TAccountTokenVaultA
>
;
tokenVaultB
:
Address
<
TAccountTokenVaultB
>
;
whirlpool
:
Address
<
TAccountWhirlpool
>
;
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
;
}
Type Parameters
TAccountWhirlpoolsConfig
extends
string
=
string
TAccountWhirlpool
extends
string
=
string
TAccountCollectProtocolFeesAuthority
extends
string
=
string
TAccountTokenVaultA
extends
string
=
string
TAccountTokenVaultB
extends
string
=
string
TAccountTokenDestinationA
extends
string
=
string
TAccountTokenDestinationB
extends
string
=
string
TAccountTokenProgram
extends
string
=
string
Index
Properties
collect
Protocol
Fees
Authority
token
Destination
A
token
Destination
B
token
Program?
token
Vault
A
token
Vault
B
whirlpool
whirlpools
Config
Properties
collect
Protocol
Fees
Authority
collectProtocolFeesAuthority
:
TransactionSigner
<
TAccountCollectProtocolFeesAuthority
,
>
token
Destination
A
tokenDestinationA
:
Address
<
TAccountTokenDestinationA
>
token
Destination
B
tokenDestinationB
:
Address
<
TAccountTokenDestinationB
>
Optional
token
Program
tokenProgram
?:
Address
<
TAccountTokenProgram
>
token
Vault
A
tokenVaultA
:
Address
<
TAccountTokenVaultA
>
token
Vault
B
tokenVaultB
:
Address
<
TAccountTokenVaultB
>
whirlpool
whirlpool
:
Address
<
TAccountWhirlpool
>
whirlpools
Config
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collect
Protocol
Fees
Authority
token
Destination
A
token
Destination
B
token
Program
token
Vault
A
token
Vault
B
whirlpool
whirlpools
Config
Coda by Ian Macalinao
Loading...