Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

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

Index

Constructors

  • new MsgSend(params: Params): MsgSend

Properties

params: Params

Methods

  • toAmino(): { type: string; value: { amount: Coin[]; from_address: string; to_address: string } }
  • toData(): { @type: string; amount: Coin[]; fromAddress: string; toAddress: string }
  • toDirectSign(): { message: MsgSend; type: string }
  • toDirectSignJSON(): string
  • toEip712(): { type: string; value: Record<string, unknown> }
  • toJSON(): string
  • toWeb3(): { @type: string; amount: Coin[]; from_address: string; to_address: string }

Generated using TypeDoc