Coda by Ian Macalinao
Preparing search index...
@solana-programs/voter-stake-registry
VoterStakeRegistryPluginAccounts
Type Alias VoterStakeRegistryPluginAccounts
type
VoterStakeRegistryPluginAccounts
=
{
registrar
:
ReturnType
<
typeof
getRegistrarCodec
>
&
SelfFetchFunctions
<
RegistrarArgs
,
Registrar
,
>
;
voter
:
ReturnType
<
typeof
getVoterCodec
>
&
SelfFetchFunctions
<
VoterArgs
,
Voter
,
>
;
voterWeightRecord
:
ReturnType
<
typeof
getVoterWeightRecordCodec
>
&
SelfFetchFunctions
<
VoterWeightRecordArgs
,
VoterWeightRecord
,
>
;
}
Index
Properties
registrar
voter
voter
Weight
Record
Properties
registrar
registrar
:
ReturnType
<
typeof
getRegistrarCodec
>
&
SelfFetchFunctions
<
RegistrarArgs
,
Registrar
,
>
voter
voter
:
ReturnType
<
typeof
getVoterCodec
>
&
SelfFetchFunctions
<
VoterArgs
,
Voter
>
voter
Weight
Record
voterWeightRecord
:
ReturnType
<
typeof
getVoterWeightRecordCodec
>
&
SelfFetchFunctions
<
VoterWeightRecordArgs
,
VoterWeightRecord
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
registrar
voter
voter
Weight
Record
Coda by Ian Macalinao
Loading...