Coda by Ian Macalinao
Preparing search index...
@solana-programs/tribeca
GovernPluginAccounts
Type Alias GovernPluginAccounts
type
GovernPluginAccounts
=
{
governor
:
ReturnType
<
typeof
getGovernorCodec
>
&
SelfFetchFunctions
<
GovernorArgs
,
Governor
,
>
;
proposal
:
ReturnType
<
typeof
getProposalCodec
>
&
SelfFetchFunctions
<
ProposalArgs
,
Proposal
,
>
;
proposalMeta
:
ReturnType
<
typeof
getProposalMetaCodec
>
&
SelfFetchFunctions
<
ProposalMetaArgs
,
ProposalMeta
,
>
;
vote
:
ReturnType
<
typeof
getVoteCodec
>
&
SelfFetchFunctions
<
VoteArgs
,
Vote
>
;
}
Index
Properties
governor
proposal
proposal
Meta
vote
Properties
governor
governor
:
ReturnType
<
typeof
getGovernorCodec
>
&
SelfFetchFunctions
<
GovernorArgs
,
Governor
,
>
proposal
proposal
:
ReturnType
<
typeof
getProposalCodec
>
&
SelfFetchFunctions
<
ProposalArgs
,
Proposal
,
>
proposal
Meta
proposalMeta
:
ReturnType
<
typeof
getProposalMetaCodec
>
&
SelfFetchFunctions
<
ProposalMetaArgs
,
ProposalMeta
,
>
vote
vote
:
ReturnType
<
typeof
getVoteCodec
>
&
SelfFetchFunctions
<
VoteArgs
,
Vote
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
governor
proposal
proposal
Meta
vote
Coda by Ian Macalinao
Loading...