MsgVote defines a message to cast a vote.

interface MsgVoteParams {
    option: SecretJS.Tx.VoteOption;
    proposal_id: string;
    voter: string;
}

Hierarchy (view full)

Properties

proposal_id: string
voter: string

Generated using TypeDoc