factory PartialBlockIdentifier.fromMap(Map<String, dynamic> map) => PartialBlockIdentifier(map["index"], map["hash"]);