Coda by Ian Macalinao
Preparing search index...
@solana-programs/tribeca
GovernPluginInstructions
Type Alias GovernPluginInstructions
type
GovernPluginInstructions
=
{
activateProposal
:
(
input
:
ActivateProposalInput
,
)
=>
ReturnType
<
typeof
getActivateProposalInstruction
>
&
SelfPlanAndSendFunctions
;
cancelProposal
:
(
input
:
CancelProposalInput
,
)
=>
ReturnType
<
typeof
getCancelProposalInstruction
>
&
SelfPlanAndSendFunctions
;
createGovernor
:
(
input
:
MakeOptional
<
CreateGovernorInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateGovernorInstruction
>
&
SelfPlanAndSendFunctions
;
createProposal
:
(
input
:
MakeOptional
<
CreateProposalInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateProposalInstruction
>
&
SelfPlanAndSendFunctions
;
createProposalMeta
:
(
input
:
MakeOptional
<
CreateProposalMetaInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateProposalMetaInstruction
>
&
SelfPlanAndSendFunctions
;
newVote
:
(
input
:
MakeOptional
<
NewVoteInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewVoteInstruction
>
&
SelfPlanAndSendFunctions
;
queueProposal
:
(
input
:
MakeOptional
<
QueueProposalInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getQueueProposalInstruction
>
&
SelfPlanAndSendFunctions
;
setElectorate
:
(
input
:
SetElectorateInput
,
)
=>
ReturnType
<
typeof
getSetElectorateInstruction
>
&
SelfPlanAndSendFunctions
;
setGovernanceParams
:
(
input
:
SetGovernanceParamsInput
,
)
=>
ReturnType
<
typeof
getSetGovernanceParamsInstruction
>
&
SelfPlanAndSendFunctions
;
setVote
:
(
input
:
SetVoteInput
,
)
=>
ReturnType
<
typeof
getSetVoteInstruction
>
&
SelfPlanAndSendFunctions
;
}
Index
Properties
activate
Proposal
cancel
Proposal
create
Governor
create
Proposal
create
Proposal
Meta
new
Vote
queue
Proposal
set
Electorate
set
Governance
Params
set
Vote
Properties
activate
Proposal
activateProposal
:
(
input
:
ActivateProposalInput
,
)
=>
ReturnType
<
typeof
getActivateProposalInstruction
>
&
SelfPlanAndSendFunctions
cancel
Proposal
cancelProposal
:
(
input
:
CancelProposalInput
,
)
=>
ReturnType
<
typeof
getCancelProposalInstruction
>
&
SelfPlanAndSendFunctions
create
Governor
createGovernor
:
(
input
:
MakeOptional
<
CreateGovernorInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateGovernorInstruction
>
&
SelfPlanAndSendFunctions
create
Proposal
createProposal
:
(
input
:
MakeOptional
<
CreateProposalInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateProposalInstruction
>
&
SelfPlanAndSendFunctions
create
Proposal
Meta
createProposalMeta
:
(
input
:
MakeOptional
<
CreateProposalMetaInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getCreateProposalMetaInstruction
>
&
SelfPlanAndSendFunctions
new
Vote
newVote
:
(
input
:
MakeOptional
<
NewVoteInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getNewVoteInstruction
>
&
SelfPlanAndSendFunctions
queue
Proposal
queueProposal
:
(
input
:
MakeOptional
<
QueueProposalInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getQueueProposalInstruction
>
&
SelfPlanAndSendFunctions
set
Electorate
setElectorate
:
(
input
:
SetElectorateInput
,
)
=>
ReturnType
<
typeof
getSetElectorateInstruction
>
&
SelfPlanAndSendFunctions
set
Governance
Params
setGovernanceParams
:
(
input
:
SetGovernanceParamsInput
,
)
=>
ReturnType
<
typeof
getSetGovernanceParamsInstruction
>
&
SelfPlanAndSendFunctions
set
Vote
setVote
:
(
input
:
SetVoteInput
,
)
=>
ReturnType
<
typeof
getSetVoteInstruction
>
&
SelfPlanAndSendFunctions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activate
Proposal
cancel
Proposal
create
Governor
create
Proposal
create
Proposal
Meta
new
Vote
queue
Proposal
set
Electorate
set
Governance
Params
set
Vote
Coda by Ian Macalinao
Loading...