interface MsgVoteEncodeObject {
    typeUrl: "/cosmos.gov.v1beta1.MsgVote";
    value: Partial<MsgVote>;
}

Hierarchy

  • EncodeObject
    • MsgVoteEncodeObject

Properties

Properties

typeUrl: "/cosmos.gov.v1beta1.MsgVote"
value: Partial<MsgVote>

Generated using TypeDoc