Documentation ¶
Index ¶
Constants ¶
View Source
const ( VoteYes = "yes" VoteNo = "no" VoteAbstain = "abstain" VoteVeto = "veto" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EngagementMember ¶
type OCGovProposalExecute ¶
type OCGovProposalExecute struct {
ProposalID uint64 `json:"proposal_id"`
}
type OCGovProposalMsg ¶
type OCGovProposalMsg struct { Propose *OCGovProposalSubmit `json:"propose,omitempty"` Vote *OCGovProposalVote `json:"vote,omitempty"` Execute *OCGovProposalExecute `json:"execute,omitempty"` }
type OCGovProposalSubmit ¶
type OCGovProposalVote ¶
type Proposal ¶
type Proposal struct {
GrantEngagement EngagementMember `json:"grant_engagement"`
}
type ReflectHandleMsg ¶
type ReflectHandleMsg struct {
ReflectSubMsg *ReflectSubPayload `json:"reflect_sub_msg,omitempty"`
}
type ReflectSubPayload ¶
type ReflectSubPayload struct {
Msgs []wasmvmtypes.SubMsg `json:"msgs"`
}
Click to show internal directories.
Click to hide internal directories.