Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2021 Changes in this version + func NormalizeProposalStatus(status string) string + func NormalizeProposalType(proposalType string) string + func NormalizeVoteOption(option string) string + func QueryDepositByTxQuery(clientCtx client.Context, params types.QueryDepositParams) ([]byte, error) + func QueryDepositsByTxQuery(clientCtx client.Context, params types.QueryProposalParams) ([]byte, error) + func QueryProposalByID(proposalID uint64, clientCtx client.Context, queryRoute string) ([]byte, error) + func QueryVoteByTxQuery(clientCtx client.Context, params types.QueryVoteParams) ([]byte, error) + func QueryVotesByTxQuery(clientCtx client.Context, params types.QueryProposalVotesParams) ([]byte, error) + type Proposer struct + ProposalID uint64 + Proposer string + func NewProposer(proposalID uint64, proposer string) Proposer + func QueryProposerByTxQuery(clientCtx client.Context, proposalID uint64) (Proposer, error) + func (p Proposer) String() string