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