Transfer Token Module that enables the transfer of tokens to known addresses Methods createTransferTx Creates a Transaction that transfers an ERC20 to another address. tokenTransferModule.createTransferTx(to, amount, tokenAddr) Parameters tostringRequiredThe receiving address of the tokens.amountfloatRequiredThe amount of tokens to transfer out.tokenAddrstringRequiredThe address of the ERC-20 token to transfer. Returns tokenTransferReceiptTransactionA Transaction object that transfers an ERC-20 token to an address.