Coda by Ian Macalinao
Preparing search index...
@solana-programs/spl-stake-pool
SplStakePoolPluginAccounts
Type Alias SplStakePoolPluginAccounts
type
SplStakePoolPluginAccounts
=
{
stakePool
:
ReturnType
<
typeof
getStakePoolCodec
>
&
SelfFetchFunctions
<
StakePoolArgs
,
StakePool
,
>
;
validatorList
:
ReturnType
<
typeof
getValidatorListCodec
>
&
SelfFetchFunctions
<
ValidatorListArgs
,
ValidatorList
,
>
;
}
Index
Properties
stake
Pool
validator
List
Properties
stake
Pool
stakePool
:
ReturnType
<
typeof
getStakePoolCodec
>
&
SelfFetchFunctions
<
StakePoolArgs
,
StakePool
,
>
validator
List
validatorList
:
ReturnType
<
typeof
getValidatorListCodec
>
&
SelfFetchFunctions
<
ValidatorListArgs
,
ValidatorList
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
stake
Pool
validator
List
Coda by Ian Macalinao
Loading...