Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-tribeca
GovernPluginAccounts
Interface GovernPluginAccounts
interface
GovernPluginAccounts
{
governor
:
BaseDecoder
<
Governor
>
&
{
fixedSize
:
number
}
&
BaseEncoder
<
GovernorArgs
,
>
&
{
fixedSize
:
number
}
&
SelfFetchFunctions
<
GovernorArgs
,
Governor
>
;
proposal
:
Codec
<
ProposalArgs
,
Proposal
>
&
SelfFetchFunctions
<
ProposalArgs
,
Proposal
,
>
;
proposalMeta
:
Codec
<
ProposalMetaArgs
,
ProposalMeta
>
&
SelfFetchFunctions
<
ProposalMetaArgs
,
ProposalMeta
,
>
;
vote
:
BaseDecoder
<
Vote
>
&
{
fixedSize
:
number
}
&
BaseEncoder
<
VoteArgs
>
&
{
fixedSize
:
number
;
}
&
SelfFetchFunctions
<
VoteArgs
,
Vote
>
;
}
Index
Properties
governor
proposal
proposal
Meta
vote
Properties
governor
governor
:
BaseDecoder
<
Governor
>
&
{
fixedSize
:
number
}
&
BaseEncoder
<
GovernorArgs
,
>
&
{
fixedSize
:
number
}
&
SelfFetchFunctions
<
GovernorArgs
,
Governor
>
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.
proposal
proposal
:
Codec
<
ProposalArgs
,
Proposal
>
&
SelfFetchFunctions
<
ProposalArgs
,
Proposal
,
>
proposal
Meta
proposalMeta
:
Codec
<
ProposalMetaArgs
,
ProposalMeta
>
&
SelfFetchFunctions
<
ProposalMetaArgs
,
ProposalMeta
,
>
vote
vote
:
BaseDecoder
<
Vote
>
&
{
fixedSize
:
number
}
&
BaseEncoder
<
VoteArgs
>
&
{
fixedSize
:
number
;
}
&
SelfFetchFunctions
<
VoteArgs
,
Vote
>
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.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
governor
proposal
proposal
Meta
vote
Coda by Ian Macalinao
Loading...
The fixed size of the encoded value in bytes.