Documentation
Preparing search index...
@orca-so/whirlpools-client
SetDelegatedFeeAuthorityInput
Type Alias SetDelegatedFeeAuthorityInput<TAccountWhirlpoolsConfig, TAccountAdaptiveFeeTier, TAccountFeeAuthority, TAccountNewDelegatedFeeAuthority>
type
SetDelegatedFeeAuthorityInput
<
TAccountWhirlpoolsConfig
extends
string
=
string
,
TAccountAdaptiveFeeTier
extends
string
=
string
,
TAccountFeeAuthority
extends
string
=
string
,
TAccountNewDelegatedFeeAuthority
extends
string
=
string
,
>
=
{
adaptiveFeeTier
:
Address
<
TAccountAdaptiveFeeTier
>
;
feeAuthority
:
TransactionSigner
<
TAccountFeeAuthority
>
;
newDelegatedFeeAuthority
:
Address
<
TAccountNewDelegatedFeeAuthority
>
;
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
;
}
Type Parameters
TAccountWhirlpoolsConfig
extends
string
=
string
TAccountAdaptiveFeeTier
extends
string
=
string
TAccountFeeAuthority
extends
string
=
string
TAccountNewDelegatedFeeAuthority
extends
string
=
string
Index
Properties
adaptive
Fee
Tier
fee
Authority
new
Delegated
Fee
Authority
whirlpools
Config
Properties
adaptive
Fee
Tier
adaptiveFeeTier
:
Address
<
TAccountAdaptiveFeeTier
>
fee
Authority
feeAuthority
:
TransactionSigner
<
TAccountFeeAuthority
>
new
Delegated
Fee
Authority
newDelegatedFeeAuthority
:
Address
<
TAccountNewDelegatedFeeAuthority
>
whirlpools
Config
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
adaptive
Fee
Tier
fee
Authority
new
Delegated
Fee
Authority
whirlpools
Config
Documentation
Loading...