Coda by Ian Macalinao
Preparing search index...
@solana-programs/meteora-damm-v2
CpAmmPluginAccounts
Type Alias CpAmmPluginAccounts
type
CpAmmPluginAccounts
=
{
claimFeeOperator
:
ReturnType
<
typeof
getClaimFeeOperatorCodec
>
&
SelfFetchFunctions
<
ClaimFeeOperatorArgs
,
ClaimFeeOperator
,
>
;
config
:
ReturnType
<
typeof
getConfigCodec
>
&
SelfFetchFunctions
<
ConfigArgs
,
Config
,
>
;
pool
:
ReturnType
<
typeof
getPoolCodec
>
&
SelfFetchFunctions
<
PoolArgs
,
Pool
>
;
position
:
ReturnType
<
typeof
getPositionCodec
>
&
SelfFetchFunctions
<
PositionArgs
,
Position
,
>
;
tokenBadge
:
ReturnType
<
typeof
getTokenBadgeCodec
>
&
SelfFetchFunctions
<
TokenBadgeArgs
,
TokenBadge
,
>
;
vesting
:
ReturnType
<
typeof
getVestingCodec
>
&
SelfFetchFunctions
<
VestingArgs
,
Vesting
,
>
;
}
Index
Properties
claim
Fee
Operator
config
pool
position
token
Badge
vesting
Properties
claim
Fee
Operator
claimFeeOperator
:
ReturnType
<
typeof
getClaimFeeOperatorCodec
>
&
SelfFetchFunctions
<
ClaimFeeOperatorArgs
,
ClaimFeeOperator
,
>
config
config
:
ReturnType
<
typeof
getConfigCodec
>
&
SelfFetchFunctions
<
ConfigArgs
,
Config
,
>
pool
pool
:
ReturnType
<
typeof
getPoolCodec
>
&
SelfFetchFunctions
<
PoolArgs
,
Pool
>
position
position
:
ReturnType
<
typeof
getPositionCodec
>
&
SelfFetchFunctions
<
PositionArgs
,
Position
,
>
token
Badge
tokenBadge
:
ReturnType
<
typeof
getTokenBadgeCodec
>
&
SelfFetchFunctions
<
TokenBadgeArgs
,
TokenBadge
,
>
vesting
vesting
:
ReturnType
<
typeof
getVestingCodec
>
&
SelfFetchFunctions
<
VestingArgs
,
Vesting
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
claim
Fee
Operator
config
pool
position
token
Badge
vesting
Coda by Ian Macalinao
Loading...