Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

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

Index

Constructors

  • new MsgBid(params: Params): MsgBid

Properties

params: Params

Methods

  • toAmino(): { type: string; value: { bid_amount: undefined | Coin; round: string; sender: string } }
  • toData(): { @type: string; bidAmount: undefined | Coin; round: string; sender: string }
  • toDirectSign(): { message: MsgBid; type: string }
  • toDirectSignJSON(): string
  • toEip712(): { type: string; value: Record<string, unknown> }
  • toJSON(): string
  • toWeb3(): { @type: string; bid_amount: undefined | Coin; round: string; sender: string }
  • fromJSON(params: Params): MsgBid

Generated using TypeDoc