Coda by Ian Macalinao
Preparing search index...
@solana-programs/orca-whirlpools
WhirlpoolPluginAccounts
Type Alias WhirlpoolPluginAccounts
type
WhirlpoolPluginAccounts
=
{
feeTier
:
ReturnType
<
typeof
getFeeTierCodec
>
&
SelfFetchFunctions
<
FeeTierArgs
,
FeeTier
,
>
;
lockConfig
:
ReturnType
<
typeof
getLockConfigCodec
>
&
SelfFetchFunctions
<
LockConfigArgs
,
LockConfig
,
>
;
position
:
ReturnType
<
typeof
getPositionCodec
>
&
SelfFetchFunctions
<
PositionArgs
,
Position
,
>
;
positionBundle
:
ReturnType
<
typeof
getPositionBundleCodec
>
&
SelfFetchFunctions
<
PositionBundleArgs
,
PositionBundle
,
>
;
tickArray
:
ReturnType
<
typeof
getTickArrayCodec
>
&
SelfFetchFunctions
<
TickArrayArgs
,
TickArray
,
>
;
tokenBadge
:
ReturnType
<
typeof
getTokenBadgeCodec
>
&
SelfFetchFunctions
<
TokenBadgeArgs
,
TokenBadge
,
>
;
whirlpool
:
ReturnType
<
typeof
getWhirlpoolCodec
>
&
SelfFetchFunctions
<
WhirlpoolArgs
,
Whirlpool
,
>
;
whirlpoolsConfig
:
ReturnType
<
typeof
getWhirlpoolsConfigCodec
>
&
SelfFetchFunctions
<
WhirlpoolsConfigArgs
,
WhirlpoolsConfig
,
>
;
whirlpoolsConfigExtension
:
ReturnType
<
typeof
getWhirlpoolsConfigExtensionCodec
,
>
&
SelfFetchFunctions
<
WhirlpoolsConfigExtensionArgs
,
WhirlpoolsConfigExtension
,
>
;
}
Index
Properties
fee
Tier
lock
Config
position
position
Bundle
tick
Array
token
Badge
whirlpool
whirlpools
Config
whirlpools
Config
Extension
Properties
fee
Tier
feeTier
:
ReturnType
<
typeof
getFeeTierCodec
>
&
SelfFetchFunctions
<
FeeTierArgs
,
FeeTier
,
>
lock
Config
lockConfig
:
ReturnType
<
typeof
getLockConfigCodec
>
&
SelfFetchFunctions
<
LockConfigArgs
,
LockConfig
,
>
position
position
:
ReturnType
<
typeof
getPositionCodec
>
&
SelfFetchFunctions
<
PositionArgs
,
Position
,
>
position
Bundle
positionBundle
:
ReturnType
<
typeof
getPositionBundleCodec
>
&
SelfFetchFunctions
<
PositionBundleArgs
,
PositionBundle
,
>
tick
Array
tickArray
:
ReturnType
<
typeof
getTickArrayCodec
>
&
SelfFetchFunctions
<
TickArrayArgs
,
TickArray
,
>
token
Badge
tokenBadge
:
ReturnType
<
typeof
getTokenBadgeCodec
>
&
SelfFetchFunctions
<
TokenBadgeArgs
,
TokenBadge
,
>
whirlpool
whirlpool
:
ReturnType
<
typeof
getWhirlpoolCodec
>
&
SelfFetchFunctions
<
WhirlpoolArgs
,
Whirlpool
,
>
whirlpools
Config
whirlpoolsConfig
:
ReturnType
<
typeof
getWhirlpoolsConfigCodec
>
&
SelfFetchFunctions
<
WhirlpoolsConfigArgs
,
WhirlpoolsConfig
,
>
whirlpools
Config
Extension
whirlpoolsConfigExtension
:
ReturnType
<
typeof
getWhirlpoolsConfigExtensionCodec
>
&
SelfFetchFunctions
<
WhirlpoolsConfigExtensionArgs
,
WhirlpoolsConfigExtension
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fee
Tier
lock
Config
position
position
Bundle
tick
Array
token
Badge
whirlpool
whirlpools
Config
whirlpools
Config
Extension
Coda by Ian Macalinao
Loading...