Signs a transfer transaction using the provided authorization token and account name.
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.
A promise that resolves to a CosmosTransactionAPIResponse object containing the transaction data, success status, and a message.