factory TransactionMint.fromJson(Map<String, dynamic> data) { return TransactionMint(outputs: _parseOutputs(data)); }