Preparing search index...
The search index is not available
Documentation
Documentation
@orca-so/whirlpools-client
SetCollectProtocolFeesAuthorityInput
Type Alias SetCollectProtocolFeesAuthorityInput<TAccountWhirlpoolsConfig, TAccountCollectProtocolFeesAuthority, TAccountNewCollectProtocolFeesAuthority>
SetCollectProtocolFeesAuthorityInput
:
{
collectProtocolFeesAuthority
:
TransactionSigner
<
TAccountCollectProtocolFeesAuthority
,
>
;
newCollectProtocolFeesAuthority
:
Address
<
TAccountNewCollectProtocolFeesAuthority
,
>
;
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
;
}
Type Parameters
TAccountWhirlpoolsConfig
extends
string
=
string
TAccountCollectProtocolFeesAuthority
extends
string
=
string
TAccountNewCollectProtocolFeesAuthority
extends
string
=
string
Type declaration
collectProtocolFeesAuthority
:
TransactionSigner
<
TAccountCollectProtocolFeesAuthority
>
newCollectProtocolFeesAuthority
:
Address
<
TAccountNewCollectProtocolFeesAuthority
>
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...