Signs an IBC transfer transaction for a given account.
The address from which the transfer is initiated.
The address to which the transfer is sent.
The amount of tokens to be transferred.
The denomination of the tokens to be transferred.
The ID of the blockchain chain.
The sequence number of the account initiating the transfer.
The account number of the account initiating the transfer.
The denomination of the fee to be paid for the transfer.
The amount of the fee to be paid for the transfer.
The gas limit for the transfer transaction.
An optional memo to include with the transfer.
The timeout height for the transfer transaction.
The source port for the IBC transfer.
The source channel for the IBC transfer.
The timeout timestamp for the IBC transfer, specified in nanoseconds.
A promise that resolves to a CosmosTransactionAPIResponse object containing the transaction data, success status, and a message.