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
the recipient address on the destination chain
the sender address
the channel by which the packet will be sent
the port on which the packet will be sent
Timeout height relative to the current block height. The timeout is disabled when set to 0.
Timeout timestamp (in nanoseconds) relative to the current block timestamp. The timeout is disabled when set to 0.
the tokens to be transferred
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