Versions in this module Expand all Collapse all v1 v1.0.0 Sep 27, 2024 Changes in this version + func GenerateUnifiedDiff(src, dst string) (string, error) + func NormalizeProposalStatus(status string) string + func NormalizeProposalType(proposalType string) string + func NormalizeVoteOption(option string) string + func NormalizeWeightedVoteOptions(options string) string + func QueryVoteByTxQuery(clientCtx client.Context, params v1.QueryVoteParams) ([]byte, error) + func QueryVotesByTxQuery(clientCtx client.Context, params v1.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