Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MsgBase<MsgVote.Params, MsgVote.Proto>
    • MsgVote

Index

Constructors

  • new MsgVote(params: Params): MsgVote

Properties

params: Params

Methods

  • toAmino(): { type: string; value: { option: VoteOption; proposal_id: string; voter: string } }
  • toData(): { @type: string; option: VoteOption; proposalId: string; voter: string }
  • toDirectSign(): { message: MsgVote; type: string }
  • toDirectSignJSON(): string
  • toEip712(): { type: string; value: Record<string, unknown> }
  • toJSON(): string
  • toWeb3(): { @type: string; option: VoteOption; proposal_id: string; voter: string }

Generated using TypeDoc