Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-orca-whirlpools
SetCollectProtocolFeesAuthorityInput
Interface SetCollectProtocolFeesAuthorityInput<TAccountWhirlpoolsConfig, TAccountCollectProtocolFeesAuthority, TAccountNewCollectProtocolFeesAuthority>
interface
SetCollectProtocolFeesAuthorityInput
<
TAccountWhirlpoolsConfig
extends
string
=
string
,
TAccountCollectProtocolFeesAuthority
extends
string
=
string
,
TAccountNewCollectProtocolFeesAuthority
extends
string
=
string
,
>
{
collectProtocolFeesAuthority
:
TransactionSigner
<
TAccountCollectProtocolFeesAuthority
,
>
;
newCollectProtocolFeesAuthority
:
Address
<
TAccountNewCollectProtocolFeesAuthority
,
>
;
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
;
}
Type Parameters
TAccountWhirlpoolsConfig
extends
string
=
string
TAccountCollectProtocolFeesAuthority
extends
string
=
string
TAccountNewCollectProtocolFeesAuthority
extends
string
=
string
Index
Properties
collect
Protocol
Fees
Authority
new
Collect
Protocol
Fees
Authority
whirlpools
Config
Properties
collect
Protocol
Fees
Authority
collectProtocolFeesAuthority
:
TransactionSigner
<
TAccountCollectProtocolFeesAuthority
,
>
new
Collect
Protocol
Fees
Authority
newCollectProtocolFeesAuthority
:
Address
<
TAccountNewCollectProtocolFeesAuthority
,
>
whirlpools
Config
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collect
Protocol
Fees
Authority
new
Collect
Protocol
Fees
Authority
whirlpools
Config
Coda by Ian Macalinao
Loading...