Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-orca-whirlpools
SetProtocolFeeRateInput
Interface SetProtocolFeeRateInput<TAccountWhirlpoolsConfig, TAccountWhirlpool, TAccountFeeAuthority>
interface
SetProtocolFeeRateInput
<
TAccountWhirlpoolsConfig
extends
string
=
string
,
TAccountWhirlpool
extends
string
=
string
,
TAccountFeeAuthority
extends
string
=
string
,
>
{
feeAuthority
:
TransactionSigner
<
TAccountFeeAuthority
>
;
protocolFeeRate
:
number
;
whirlpool
:
Address
<
TAccountWhirlpool
>
;
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
;
}
Type Parameters
TAccountWhirlpoolsConfig
extends
string
=
string
TAccountWhirlpool
extends
string
=
string
TAccountFeeAuthority
extends
string
=
string
Index
Properties
fee
Authority
protocol
Fee
Rate
whirlpool
whirlpools
Config
Properties
fee
Authority
feeAuthority
:
TransactionSigner
<
TAccountFeeAuthority
>
protocol
Fee
Rate
protocolFeeRate
:
number
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
protocol
Fee
Rate
whirlpool
whirlpools
Config
Coda by Ian Macalinao
Loading...