Documentation
Preparing search index...
@orca-so/whirlpools-client
SetFeeRateInput
Type Alias SetFeeRateInput<TAccountWhirlpoolsConfig, TAccountWhirlpool, TAccountFeeAuthority>
type
SetFeeRateInput
<
TAccountWhirlpoolsConfig
extends
string
=
string
,
TAccountWhirlpool
extends
string
=
string
,
TAccountFeeAuthority
extends
string
=
string
,
>
=
{
feeAuthority
:
TransactionSigner
<
TAccountFeeAuthority
>
;
feeRate
:
SetFeeRateInstructionDataArgs
[
"feeRate"
]
;
whirlpool
:
Address
<
TAccountWhirlpool
>
;
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
;
}
Type Parameters
TAccountWhirlpoolsConfig
extends
string
=
string
TAccountWhirlpool
extends
string
=
string
TAccountFeeAuthority
extends
string
=
string
Index
Properties
fee
Authority
fee
Rate
whirlpool
whirlpools
Config
Properties
fee
Authority
feeAuthority
:
TransactionSigner
<
TAccountFeeAuthority
>
fee
Rate
feeRate
:
SetFeeRateInstructionDataArgs
[
"feeRate"
]
whirlpool
whirlpool
:
Address
<
TAccountWhirlpool
>
whirlpools
Config
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fee
Authority
fee
Rate
whirlpool
whirlpools
Config
Documentation
Loading...