Preparing search index...
The search index is not available
Documentation
Documentation
@orca-so/whirlpools-client
ParsedSetDefaultProtocolFeeRateInstruction
Type Alias ParsedSetDefaultProtocolFeeRateInstruction<TProgram, TAccountMetas>
ParsedSetDefaultProtocolFeeRateInstruction
:
{
accounts
:
{
feeAuthority
:
TAccountMetas
[
1
]
;
whirlpoolsConfig
:
TAccountMetas
[
0
]
;
}
;
data
:
SetDefaultProtocolFeeRateInstructionData
;
programAddress
:
Address
<
TProgram
>
;
}
Type Parameters
TProgram
extends
string
=
typeof
WHIRLPOOL_PROGRAM_ADDRESS
TAccountMetas
extends
readonly
IAccountMeta
[]
=
readonly
IAccountMeta
[]
Type declaration
accounts
:
{
feeAuthority
:
TAccountMetas
[
1
]
;
whirlpoolsConfig
:
TAccountMetas
[
0
]
}
data
:
SetDefaultProtocolFeeRateInstructionData
programAddress
:
Address
<
TProgram
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...