factory Tx.fromJson(Map<String, dynamic> json) => Tx(data: json['data'], to: json['to'], value: json['value']);