Casts a vote

interface AminoMsgVote {
    type: "cosmos-sdk/MsgVote";
    value: {
        option: number;
        proposal_id: string;
        voter: string;
    };
}

Hierarchy

  • AminoMsg
    • AminoMsgVote

Properties

Properties

type: "cosmos-sdk/MsgVote"
value: {
    option: number;
    proposal_id: string;
    voter: string;
}

Type declaration

Generated using TypeDoc