Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

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

Index

Constructors

Properties

params: Params

Methods

  • toAmino(): { type: string; value: { amount: undefined | Coin; destination_subaccount_id: string; sender: string; source_subaccount_id: string } }
  • Returns { type: string; value: { amount: undefined | Coin; destination_subaccount_id: string; sender: string; source_subaccount_id: string } }

    • type: string
    • value: { amount: undefined | Coin; destination_subaccount_id: string; sender: string; source_subaccount_id: string }
      • amount: undefined | Coin
      • destination_subaccount_id: string
      • sender: string
      • source_subaccount_id: string
  • toData(): { @type: string; amount: undefined | Coin; destinationSubaccountId: string; sender: string; sourceSubaccountId: string }
  • toDirectSignJSON(): string
  • toEip712(): { type: string; value: Record<string, unknown> }
  • toJSON(): string
  • toWeb3(): { @type: string; amount: undefined | Coin; destination_subaccount_id: string; sender: string; source_subaccount_id: string }

Generated using TypeDoc