terra_sdk.core.ibc_transfer.msgs
ibc-transfer module message types.
MsgTransfer Objects
_2@attr.s_2class MsgTransfer(Msg)
MsgTransfer defines a msg to transfer fungible tokens (i.e Coins) between ICS20 enabled chains.
Arguments:
source_portstr - the port on which the packet will be sentsource_channelstr - the channel by which the packet will be senttokenCoin - the tokens to be transferredsenderAccAddress - the sender addressreceiverstr - the recipient address on the destination chaintimeout_heightHeight - Timeout height relative to the current block height. The timeout is disabled when set to 0.timeout_timestampint - Timeout timestamp (in nanoseconds) relative to the current block timestamp. The timeout is disabled when set to 0.