createTx method
Implementation
Future<Map<Core.Tx, SignerOptions>> createTx(Fee fee,
{String optionalNote = ""}) async {
var walletOptions = await getWalletOptions();
return {await broadcastTx.createTx(fee, memo: optionalNote): walletOptions};
}