Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; if (txHash != null) { _json['txHash'] = txHash; } return _json; }