Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

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

Index

Constructors

Properties

params: Params

Methods

  • toAmino(): { type: string; value: { amount: undefined | Coin; sender: string; subaccount_id: string } }
  • toData(): { @type: string; amount: undefined | Coin; sender: string; subaccountId: string }
  • Returns { @type: string; amount: undefined | Coin; sender: string; subaccountId: string }

    • @type: string
    • amount: undefined | Coin
    • sender: string
    • subaccountId: string

      (Optional) bytes32 subaccount ID to deposit funds into. If empty, the coin will be deposited to the sender's default subaccount address.

  • toDirectSign(): { message: MsgDeposit; type: string }
  • toDirectSignJSON(): string
  • toEip712(): { type: string; value: Record<string, unknown> }
  • toJSON(): string
  • toWeb3(): { @type: string; amount: undefined | Coin; sender: string; subaccount_id: string }

Generated using TypeDoc