transfer abstract method
transfer coins from the account address to the a recipient address
Implementation
Future<(String, bool)> transfer(
{required Account account, required String recipientAddress, required double amount, required double fee});