Future<Core.Tx> createTx(Fee fee, {String memo = ""}) async { return Core.Tx(TxBody(null, memo, 0), AuthInfo([], fee), []); }