Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

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

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 }
  • 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