interface MsgVoteResponseAminoMsg {
    type: "cosmos-sdk/MsgVoteResponse";
    value: MsgVoteResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgVoteResponse"