Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

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

Index

Constructors

Properties

params: Params

Methods

  • toAmino(): { type: string; value: { memo: string; receiver: string; sender: string; source_channel: string; source_port: string; timeout_height: undefined | ({ revision_number: string; revision_height: string; }); timeout_timestamp: string; token: undefined | ({ denom: string; amount: string; }) } }
  • Returns { type: string; value: { memo: string; receiver: string; sender: string; source_channel: string; source_port: string; timeout_height: undefined | ({ revision_number: string; revision_height: string; }); timeout_timestamp: string; token: undefined | ({ denom: string; amount: string; }) } }

    • type: string
    • value: { memo: string; receiver: string; sender: string; source_channel: string; source_port: string; timeout_height: undefined | ({ revision_number: string; revision_height: string; }); timeout_timestamp: string; token: undefined | ({ denom: string; amount: string; }) }
      • memo: string
      • receiver: string
      • sender: string
      • source_channel: string
      • source_port: string
      • timeout_height: undefined | ({ revision_number: string; revision_height: string; })
      • timeout_timestamp: string
      • token: undefined | ({ denom: string; amount: string; })
  • toData(): { @type: string; memo: string; receiver: string; sender: string; sourceChannel: string; sourcePort: string; timeoutHeight: undefined | internal.Height; timeoutTimestamp: string; token: undefined | Coin }
  • Returns { @type: string; memo: string; receiver: string; sender: string; sourceChannel: string; sourcePort: string; timeoutHeight: undefined | internal.Height; timeoutTimestamp: string; token: undefined | Coin }

    • @type: string
    • memo: string

      optional memo

    • receiver: string

      the recipient address on the destination chain

    • sender: string

      the sender address

    • sourceChannel: string

      the channel by which the packet will be sent

    • sourcePort: string

      the port on which the packet will be sent

    • timeoutHeight: undefined | internal.Height

      Timeout height relative to the current block height. The timeout is disabled when set to 0.

    • timeoutTimestamp: string

      Timeout timestamp in absolute nanoseconds since unix epoch. The timeout is disabled when set to 0.

    • token: undefined | Coin

      the tokens to be transferred

  • toDirectSignJSON(): string
  • toEip712(): { type: string; value: Record<string, unknown> }
  • toJSON(): string
  • toWeb3(): { @type: string; memo: string; receiver: string; sender: string; source_channel: string; source_port: string; timeout_height: undefined | { revision_height: string; revision_number: string }; timeout_timestamp: string; token: undefined | { amount: string; denom: string } }
  • Returns { @type: string; memo: string; receiver: string; sender: string; source_channel: string; source_port: string; timeout_height: undefined | { revision_height: string; revision_number: string }; timeout_timestamp: string; token: undefined | { amount: string; denom: string } }

    • @type: string
    • memo: string
    • receiver: string
    • sender: string
    • source_channel: string
    • source_port: string
    • timeout_height: undefined | { revision_height: string; revision_number: string }
    • timeout_timestamp: string
    • token: undefined | { amount: string; denom: string }

Generated using TypeDoc