bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class MsgTransfer

    MsgTransfer defines a msg to transfer fungible tokens (i.e Coins) between ICS20 enabled chains. See ICS Spec here: https://github.com/cosmos/ibc/tree/master/spec/app/ics-020-fungible-token-transfer#data-structures

    from message ibc.applications.transfer.v1.MsgTransfer

    Hierarchy

    Index

    Constructors

    Properties

    memo: string = ""

    optional memo

    from field: string memo = 8;

    receiver: string = ""

    the recipient address on the destination chain

    from field: string receiver = 5;

    sender: string = ""

    the sender address

    from field: string sender = 4;

    sourceChannel: string = ""

    the channel by which the packet will be sent

    from field: string source_channel = 2;

    sourcePort: string = ""

    the port on which the packet will be sent

    from field: string source_port = 1;

    timeoutHeight?: Height

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

    from field: ibc.core.client.v1.Height timeout_height = 6;

    timeoutTimestamp: bigint = protoInt64.zero

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

    from field: uint64 timeout_timestamp = 7;

    token?: Coin

    the tokens to be transferred

    from field: cosmos.base.v1beta1.Coin token = 3;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "ibc.applications.transfer.v1.MsgTransfer"

    Methods