Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-voter-stake-registry
VoterStakeRegistryPluginAccounts
Interface VoterStakeRegistryPluginAccounts
interface
VoterStakeRegistryPluginAccounts
{
registrar
:
BaseDecoder
<
Registrar
>
&
{
fixedSize
:
number
}
&
BaseEncoder
<
RegistrarArgs
,
>
&
{
fixedSize
:
number
}
&
SelfFetchFunctions
<
RegistrarArgs
,
Registrar
>
;
voter
:
BaseDecoder
<
Voter
>
&
{
fixedSize
:
number
}
&
BaseEncoder
<
VoterArgs
>
&
{
fixedSize
:
number
;
}
&
SelfFetchFunctions
<
VoterArgs
,
Voter
>
;
voterWeightRecord
:
Codec
<
VoterWeightRecordArgs
,
VoterWeightRecord
>
&
SelfFetchFunctions
<
VoterWeightRecordArgs
,
VoterWeightRecord
,
>
;
}
Index
Properties
registrar
voter
voter
Weight
Record
Properties
registrar
registrar
:
BaseDecoder
<
Registrar
>
&
{
fixedSize
:
number
}
&
BaseEncoder
<
RegistrarArgs
,
>
&
{
fixedSize
:
number
}
&
SelfFetchFunctions
<
RegistrarArgs
,
Registrar
>
Type Declaration
Readonly
fixedSize
:
number
The fixed size of the encoded value in bytes.
Readonly
fixedSize
:
number
The fixed size of the encoded value in bytes.
voter
voter
:
BaseDecoder
<
Voter
>
&
{
fixedSize
:
number
}
&
BaseEncoder
<
VoterArgs
>
&
{
fixedSize
:
number
;
}
&
SelfFetchFunctions
<
VoterArgs
,
Voter
>
Type Declaration
Readonly
fixedSize
:
number
The fixed size of the encoded value in bytes.
Readonly
fixedSize
:
number
The fixed size of the encoded value in bytes.
voter
Weight
Record
voterWeightRecord
:
Codec
<
VoterWeightRecordArgs
,
VoterWeightRecord
>
&
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...
The fixed size of the encoded value in bytes.