Documentation
Preparing search index...
@orca-so/whirlpools-client
SetFeeRateByDelegatedFeeAuthorityInput
Type Alias SetFeeRateByDelegatedFeeAuthorityInput<TAccountWhirlpool, TAccountAdaptiveFeeTier, TAccountDelegatedFeeAuthority>
type
SetFeeRateByDelegatedFeeAuthorityInput
<
TAccountWhirlpool
extends
string
=
string
,
TAccountAdaptiveFeeTier
extends
string
=
string
,
TAccountDelegatedFeeAuthority
extends
string
=
string
,
>
=
{
adaptiveFeeTier
:
Address
<
TAccountAdaptiveFeeTier
>
;
delegatedFeeAuthority
:
TransactionSigner
<
TAccountDelegatedFeeAuthority
>
;
feeRate
:
SetFeeRateByDelegatedFeeAuthorityInstructionDataArgs
[
"feeRate"
]
;
whirlpool
:
Address
<
TAccountWhirlpool
>
;
}
Type Parameters
TAccountWhirlpool
extends
string
=
string
TAccountAdaptiveFeeTier
extends
string
=
string
TAccountDelegatedFeeAuthority
extends
string
=
string
Index
Properties
adaptive
Fee
Tier
delegated
Fee
Authority
fee
Rate
whirlpool
Properties
adaptive
Fee
Tier
adaptiveFeeTier
:
Address
<
TAccountAdaptiveFeeTier
>
delegated
Fee
Authority
delegatedFeeAuthority
:
TransactionSigner
<
TAccountDelegatedFeeAuthority
>
fee
Rate
feeRate
:
SetFeeRateByDelegatedFeeAuthorityInstructionDataArgs
[
"feeRate"
]
whirlpool
whirlpool
:
Address
<
TAccountWhirlpool
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
adaptive
Fee
Tier
delegated
Fee
Authority
fee
Rate
whirlpool
Documentation
Loading...