Coda by Ian Macalinao
Preparing search index...
@solana-programs/spl-governance
SplGovernancePluginAccounts
Type Alias SplGovernancePluginAccounts
type
SplGovernancePluginAccounts
=
{
governanceV1
:
ReturnType
<
typeof
getGovernanceV1Codec
>
&
SelfFetchFunctions
<
GovernanceV1Args
,
GovernanceV1
,
>
;
governanceV2
:
ReturnType
<
typeof
getGovernanceV2Codec
>
&
SelfFetchFunctions
<
GovernanceV2Args
,
GovernanceV2
,
>
;
legacyTokenOwnerRecord
:
ReturnType
<
typeof
getLegacyTokenOwnerRecordCodec
>
&
SelfFetchFunctions
<
LegacyTokenOwnerRecordArgs
,
LegacyTokenOwnerRecord
,
>
;
programMetadata
:
ReturnType
<
typeof
getProgramMetadataCodec
>
&
SelfFetchFunctions
<
ProgramMetadataArgs
,
ProgramMetadata
,
>
;
proposalDeposit
:
ReturnType
<
typeof
getProposalDepositCodec
>
&
SelfFetchFunctions
<
ProposalDepositArgs
,
ProposalDeposit
,
>
;
proposalInstructionV1
:
ReturnType
<
typeof
getProposalInstructionV1Codec
>
&
SelfFetchFunctions
<
ProposalInstructionV1Args
,
ProposalInstructionV1
,
>
;
proposalTransactionV2
:
ReturnType
<
typeof
getProposalTransactionV2Codec
>
&
SelfFetchFunctions
<
ProposalTransactionV2Args
,
ProposalTransactionV2
,
>
;
proposalV1
:
ReturnType
<
typeof
getProposalV1Codec
>
&
SelfFetchFunctions
<
ProposalV1Args
,
ProposalV1
,
>
;
proposalV2
:
ReturnType
<
typeof
getProposalV2Codec
>
&
SelfFetchFunctions
<
ProposalV2Args
,
ProposalV2
,
>
;
realmConfigAccount
:
ReturnType
<
typeof
getRealmConfigAccountCodec
>
&
SelfFetchFunctions
<
RealmConfigAccountArgs
,
RealmConfigAccount
,
>
;
realmV1
:
ReturnType
<
typeof
getRealmV1Codec
>
&
SelfFetchFunctions
<
RealmV1Args
,
RealmV1
,
>
;
realmV2
:
ReturnType
<
typeof
getRealmV2Codec
>
&
SelfFetchFunctions
<
RealmV2Args
,
RealmV2
,
>
;
requiredSignatory
:
ReturnType
<
typeof
getRequiredSignatoryCodec
>
&
SelfFetchFunctions
<
RequiredSignatoryArgs
,
RequiredSignatory
,
>
;
signatoryRecordV1
:
ReturnType
<
typeof
getSignatoryRecordV1Codec
>
&
SelfFetchFunctions
<
SignatoryRecordV1Args
,
SignatoryRecordV1
,
>
;
signatoryRecordV2
:
ReturnType
<
typeof
getSignatoryRecordV2Codec
>
&
SelfFetchFunctions
<
SignatoryRecordV2Args
,
SignatoryRecordV2
,
>
;
tokenOwnerRecordV1
:
ReturnType
<
typeof
getTokenOwnerRecordV1Codec
>
&
SelfFetchFunctions
<
TokenOwnerRecordV1Args
,
TokenOwnerRecordV1
,
>
;
tokenOwnerRecordV2
:
ReturnType
<
typeof
getTokenOwnerRecordV2Codec
>
&
SelfFetchFunctions
<
TokenOwnerRecordV2Args
,
TokenOwnerRecordV2
,
>
;
voteRecordV1
:
ReturnType
<
typeof
getVoteRecordV1Codec
>
&
SelfFetchFunctions
<
VoteRecordV1Args
,
VoteRecordV1
,
>
;
voteRecordV2
:
ReturnType
<
typeof
getVoteRecordV2Codec
>
&
SelfFetchFunctions
<
VoteRecordV2Args
,
VoteRecordV2
,
>
;
}
Index
Properties
governance
V1
governance
V2
legacy
Token
Owner
Record
program
Metadata
proposal
Deposit
proposal
Instruction
V1
proposal
Transaction
V2
proposal
V1
proposal
V2
realm
Config
Account
realm
V1
realm
V2
required
Signatory
signatory
Record
V1
signatory
Record
V2
token
Owner
Record
V1
token
Owner
Record
V2
vote
Record
V1
vote
Record
V2
Properties
governance
V1
governanceV1
:
ReturnType
<
typeof
getGovernanceV1Codec
>
&
SelfFetchFunctions
<
GovernanceV1Args
,
GovernanceV1
,
>
governance
V2
governanceV2
:
ReturnType
<
typeof
getGovernanceV2Codec
>
&
SelfFetchFunctions
<
GovernanceV2Args
,
GovernanceV2
,
>
legacy
Token
Owner
Record
legacyTokenOwnerRecord
:
ReturnType
<
typeof
getLegacyTokenOwnerRecordCodec
>
&
SelfFetchFunctions
<
LegacyTokenOwnerRecordArgs
,
LegacyTokenOwnerRecord
,
>
program
Metadata
programMetadata
:
ReturnType
<
typeof
getProgramMetadataCodec
>
&
SelfFetchFunctions
<
ProgramMetadataArgs
,
ProgramMetadata
,
>
proposal
Deposit
proposalDeposit
:
ReturnType
<
typeof
getProposalDepositCodec
>
&
SelfFetchFunctions
<
ProposalDepositArgs
,
ProposalDeposit
,
>
proposal
Instruction
V1
proposalInstructionV1
:
ReturnType
<
typeof
getProposalInstructionV1Codec
>
&
SelfFetchFunctions
<
ProposalInstructionV1Args
,
ProposalInstructionV1
,
>
proposal
Transaction
V2
proposalTransactionV2
:
ReturnType
<
typeof
getProposalTransactionV2Codec
>
&
SelfFetchFunctions
<
ProposalTransactionV2Args
,
ProposalTransactionV2
,
>
proposal
V1
proposalV1
:
ReturnType
<
typeof
getProposalV1Codec
>
&
SelfFetchFunctions
<
ProposalV1Args
,
ProposalV1
,
>
proposal
V2
proposalV2
:
ReturnType
<
typeof
getProposalV2Codec
>
&
SelfFetchFunctions
<
ProposalV2Args
,
ProposalV2
,
>
realm
Config
Account
realmConfigAccount
:
ReturnType
<
typeof
getRealmConfigAccountCodec
>
&
SelfFetchFunctions
<
RealmConfigAccountArgs
,
RealmConfigAccount
,
>
realm
V1
realmV1
:
ReturnType
<
typeof
getRealmV1Codec
>
&
SelfFetchFunctions
<
RealmV1Args
,
RealmV1
,
>
realm
V2
realmV2
:
ReturnType
<
typeof
getRealmV2Codec
>
&
SelfFetchFunctions
<
RealmV2Args
,
RealmV2
,
>
required
Signatory
requiredSignatory
:
ReturnType
<
typeof
getRequiredSignatoryCodec
>
&
SelfFetchFunctions
<
RequiredSignatoryArgs
,
RequiredSignatory
,
>
signatory
Record
V1
signatoryRecordV1
:
ReturnType
<
typeof
getSignatoryRecordV1Codec
>
&
SelfFetchFunctions
<
SignatoryRecordV1Args
,
SignatoryRecordV1
,
>
signatory
Record
V2
signatoryRecordV2
:
ReturnType
<
typeof
getSignatoryRecordV2Codec
>
&
SelfFetchFunctions
<
SignatoryRecordV2Args
,
SignatoryRecordV2
,
>
token
Owner
Record
V1
tokenOwnerRecordV1
:
ReturnType
<
typeof
getTokenOwnerRecordV1Codec
>
&
SelfFetchFunctions
<
TokenOwnerRecordV1Args
,
TokenOwnerRecordV1
,
>
token
Owner
Record
V2
tokenOwnerRecordV2
:
ReturnType
<
typeof
getTokenOwnerRecordV2Codec
>
&
SelfFetchFunctions
<
TokenOwnerRecordV2Args
,
TokenOwnerRecordV2
,
>
vote
Record
V1
voteRecordV1
:
ReturnType
<
typeof
getVoteRecordV1Codec
>
&
SelfFetchFunctions
<
VoteRecordV1Args
,
VoteRecordV1
,
>
vote
Record
V2
voteRecordV2
:
ReturnType
<
typeof
getVoteRecordV2Codec
>
&
SelfFetchFunctions
<
VoteRecordV2Args
,
VoteRecordV2
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
governance
V1
governance
V2
legacy
Token
Owner
Record
program
Metadata
proposal
Deposit
proposal
Instruction
V1
proposal
Transaction
V2
proposal
V1
proposal
V2
realm
Config
Account
realm
V1
realm
V2
required
Signatory
signatory
Record
V1
signatory
Record
V2
token
Owner
Record
V1
token
Owner
Record
V2
vote
Record
V1
vote
Record
V2
Coda by Ian Macalinao
Loading...