factory UtxoId.fromJson(Map<String, dynamic> data) { return UtxoId( transactionId: data['transactionId'], outputIndex: data['outputIndex']); }