factory TxPointer.fromJson(Map<String, dynamic> data) { return TxPointer( blockHeight: data['blockHeight'], txIndex: data['txIndex']); }