Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsgDepositParams ¶
type MsgSubmitProposalMsg ¶
type MsgSubmitProposalMsg struct {
Type string `mapstructure:"@type" json:"@type"`
}
type MsgSubmitProposalParams ¶
type MsgVoteParams ¶
type MsgVoteWeightedParams ¶
type MsgVoteWeightedParams struct { ProposalId string `json:"proposalId"` Voter string `json:"voter"` VoteOptions []VoteOption `json:"voteOptions"` Metadata string `json:"metadata"` }
type RawMsgSubmitProposal ¶
type RawMsgVoteWeight ¶
type RawMsgVoteWeight struct { ProposalId string `json:"proposalId"` Voter string `json:"voter"` Options []VoteOption `json:"options"` Metadata string `json:"metadata"` }
type VoteOption ¶
Click to show internal directories.
Click to hide internal directories.