graphsense-python 1.14.3__tar.gz → 1.15.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/PKG-INFO +3 -3
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/README.md +2 -2
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/__init__.py +1 -2
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/api/addresses_api.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/api/blocks_api.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/api/bulk_api.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/api/entities_api.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/api/general_api.py +30 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/api/rates_api.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/api/tags_api.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/api/tokens_api.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/api/txs_api.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/api_client.py +1 -2
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/configuration.py +2 -3
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/exceptions.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/actor.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/actor_context.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/actors.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/address.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/address_tag.py +4 -3
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/address_tag_all_of.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/address_tags.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/address_tx.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/address_tx_utxo.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/address_txs.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/block.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/block_at_date.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/concept.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/currency_stats.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/entity.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/entity_addresses.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/external_conversion.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/height.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/label_summary.py +4 -3
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/labeled_item_ref.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/labeled_item_refs.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/link.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/link_utxo.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/links.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/neighbor_address.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/neighbor_addresses.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/neighbor_entities.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/neighbor_entity.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/rate.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/rates.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/related_address.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/related_addresses.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_by_currency.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_labels.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_leaf.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_level1.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_level2.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_level3.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_level4.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_level5.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_level6.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/stats.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/tag.py +4 -3
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/tag_cloud_entry.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/tag_summary.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/taxonomy.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/token_config.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/token_configs.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/token_values.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/tx.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/tx_account.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/tx_ref.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/tx_summary.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/tx_utxo.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/tx_value.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/tx_values.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/txs.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/txs_account.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/user_reported_tag.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/user_tag_report_response.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/values.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model_utils.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/rest.py +0 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense_python.egg-info/PKG-INFO +3 -3
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/pyproject.toml +1 -1
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/api/__init__.py +0 -0
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/apis/__init__.py +0 -0
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/__init__.py +0 -0
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/models/__init__.py +0 -0
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense_python.egg-info/SOURCES.txt +0 -0
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense_python.egg-info/dependency_links.txt +0 -0
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense_python.egg-info/requires.txt +0 -0
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense_python.egg-info/top_level.txt +0 -0
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/scripts/openapi_spec_add_auth.py +0 -0
- {graphsense_python-1.14.3 → graphsense_python-1.15.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: graphsense-python
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.15.0
|
|
4
4
|
Summary: GraphSense API
|
|
5
5
|
Author-email: Iknaio Cryptoasset Analytics GmbH <contact@ikna.io>
|
|
6
6
|
Maintainer-email: Iknaio Cryptoasset Analytics GmbH <contact@ikna.io>
|
|
@@ -19,8 +19,8 @@ GraphSense API provides programmatic access to various ledgers' addresses, entit
|
|
|
19
19
|
|
|
20
20
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
21
21
|
|
|
22
|
-
- API version: 1.
|
|
23
|
-
- Package version: 1.
|
|
22
|
+
- API version: 1.15.0
|
|
23
|
+
- Package version: 1.15.0
|
|
24
24
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
25
25
|
|
|
26
26
|
## Requirements.
|
|
@@ -3,8 +3,8 @@ GraphSense API provides programmatic access to various ledgers' addresses, entit
|
|
|
3
3
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
|
-
- API version: 1.
|
|
7
|
-
- Package version: 1.
|
|
6
|
+
- API version: 1.15.0
|
|
7
|
+
- Package version: 1.15.0
|
|
8
8
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
9
9
|
|
|
10
10
|
## Requirements.
|
|
@@ -5,13 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.14.3
|
|
9
8
|
Contact: contact@ikna.io
|
|
10
9
|
Generated by: https://openapi-generator.tech
|
|
11
10
|
"""
|
|
12
11
|
|
|
13
12
|
|
|
14
|
-
__version__ = "1.
|
|
13
|
+
__version__ = "1.15.0"
|
|
15
14
|
|
|
16
15
|
# import ApiClient
|
|
17
16
|
from graphsense.api_client import ApiClient
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -161,6 +160,11 @@ class GeneralApi(object):
|
|
|
161
160
|
Keyword Args:
|
|
162
161
|
currency (str): The cryptocurrency (e.g., btc). [optional]
|
|
163
162
|
limit (int): Maximum number of search results. [optional] if omitted the server will use the default value of 10
|
|
163
|
+
include_sub_tx_identifiers (bool): Whether to include sub-transaction identifiers. [optional] if omitted the server will use the default value of False
|
|
164
|
+
include_labels (bool): Whether to include labels. [optional] if omitted the server will use the default value of True
|
|
165
|
+
include_actors (bool): Whether to include actors. [optional] if omitted the server will use the default value of True
|
|
166
|
+
include_txs (bool): Whether to include transactions. [optional] if omitted the server will use the default value of True
|
|
167
|
+
include_addresses (bool): Whether to include addresses. [optional] if omitted the server will use the default value of True
|
|
164
168
|
_return_http_data_only (bool): response data without head status
|
|
165
169
|
code and headers. Default is True.
|
|
166
170
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
@@ -225,6 +229,11 @@ class GeneralApi(object):
|
|
|
225
229
|
'q',
|
|
226
230
|
'currency',
|
|
227
231
|
'limit',
|
|
232
|
+
'include_sub_tx_identifiers',
|
|
233
|
+
'include_labels',
|
|
234
|
+
'include_actors',
|
|
235
|
+
'include_txs',
|
|
236
|
+
'include_addresses',
|
|
228
237
|
],
|
|
229
238
|
'required': [
|
|
230
239
|
'q',
|
|
@@ -258,16 +267,36 @@ class GeneralApi(object):
|
|
|
258
267
|
(str,),
|
|
259
268
|
'limit':
|
|
260
269
|
(int,),
|
|
270
|
+
'include_sub_tx_identifiers':
|
|
271
|
+
(bool,),
|
|
272
|
+
'include_labels':
|
|
273
|
+
(bool,),
|
|
274
|
+
'include_actors':
|
|
275
|
+
(bool,),
|
|
276
|
+
'include_txs':
|
|
277
|
+
(bool,),
|
|
278
|
+
'include_addresses':
|
|
279
|
+
(bool,),
|
|
261
280
|
},
|
|
262
281
|
'attribute_map': {
|
|
263
282
|
'q': 'q',
|
|
264
283
|
'currency': 'currency',
|
|
265
284
|
'limit': 'limit',
|
|
285
|
+
'include_sub_tx_identifiers': 'include_sub_tx_identifiers',
|
|
286
|
+
'include_labels': 'include_labels',
|
|
287
|
+
'include_actors': 'include_actors',
|
|
288
|
+
'include_txs': 'include_txs',
|
|
289
|
+
'include_addresses': 'include_addresses',
|
|
266
290
|
},
|
|
267
291
|
'location_map': {
|
|
268
292
|
'q': 'query',
|
|
269
293
|
'currency': 'query',
|
|
270
294
|
'limit': 'query',
|
|
295
|
+
'include_sub_tx_identifiers': 'query',
|
|
296
|
+
'include_labels': 'query',
|
|
297
|
+
'include_actors': 'query',
|
|
298
|
+
'include_txs': 'query',
|
|
299
|
+
'include_addresses': 'query',
|
|
271
300
|
},
|
|
272
301
|
'collection_format_map': {
|
|
273
302
|
}
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -77,7 +76,7 @@ class ApiClient(object):
|
|
|
77
76
|
self.default_headers[header_name] = header_value
|
|
78
77
|
self.cookie = cookie
|
|
79
78
|
# Set default User-Agent.
|
|
80
|
-
self.user_agent = 'OpenAPI-Generator/1.
|
|
79
|
+
self.user_agent = 'OpenAPI-Generator/1.15.0/python'
|
|
81
80
|
|
|
82
81
|
def __enter__(self):
|
|
83
82
|
return self
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -406,8 +405,8 @@ conf = graphsense.Configuration(
|
|
|
406
405
|
return "Python SDK Debug Report:\n"\
|
|
407
406
|
"OS: {env}\n"\
|
|
408
407
|
"Python Version: {pyversion}\n"\
|
|
409
|
-
"Version of the API: 1.
|
|
410
|
-
"SDK Package Version: 1.
|
|
408
|
+
"Version of the API: 1.15.0\n"\
|
|
409
|
+
"SDK Package Version: 1.15.0".\
|
|
411
410
|
format(env=sys.platform, pyversion=sys.version)
|
|
412
411
|
|
|
413
412
|
def get_host_settings(self):
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -64,6 +63,8 @@ class AddressTag(ModelComposed):
|
|
|
64
63
|
allowed_values = {
|
|
65
64
|
('inherited_from',): {
|
|
66
65
|
'CLUSTER': "cluster",
|
|
66
|
+
'PUBKEY': "pubkey",
|
|
67
|
+
'PUBKEY_AND_CLUSTER': "pubkey_and_cluster",
|
|
67
68
|
},
|
|
68
69
|
}
|
|
69
70
|
|
|
@@ -197,7 +198,7 @@ class AddressTag(ModelComposed):
|
|
|
197
198
|
lastmod (int): Last modified. [optional] # noqa: E501
|
|
198
199
|
confidence (str): Confidence name. [optional] # noqa: E501
|
|
199
200
|
confidence_level (int): Confidence level. [optional] # noqa: E501
|
|
200
|
-
inherited_from (str): if the tag was inherited from cluster. [optional]
|
|
201
|
+
inherited_from (str): if the tag was inherited from cluster. [optional] # noqa: E501
|
|
201
202
|
entity (int): Entity id. [optional] # noqa: E501
|
|
202
203
|
"""
|
|
203
204
|
|
|
@@ -315,7 +316,7 @@ class AddressTag(ModelComposed):
|
|
|
315
316
|
lastmod (int): Last modified. [optional] # noqa: E501
|
|
316
317
|
confidence (str): Confidence name. [optional] # noqa: E501
|
|
317
318
|
confidence_level (int): Confidence level. [optional] # noqa: E501
|
|
318
|
-
inherited_from (str): if the tag was inherited from cluster. [optional]
|
|
319
|
+
inherited_from (str): if the tag was inherited from cluster. [optional] # noqa: E501
|
|
319
320
|
entity (int): Entity id. [optional] # noqa: E501
|
|
320
321
|
"""
|
|
321
322
|
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/address_tag_all_of.py
RENAMED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/external_conversion.py
RENAMED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -58,6 +57,8 @@ class LabelSummary(ModelNormal):
|
|
|
58
57
|
allowed_values = {
|
|
59
58
|
('inherited_from',): {
|
|
60
59
|
'CLUSTER': "cluster",
|
|
60
|
+
'PUBKEY': "pubkey",
|
|
61
|
+
'PUBKEY_AND_CLUSTER': "pubkey_and_cluster",
|
|
61
62
|
},
|
|
62
63
|
}
|
|
63
64
|
|
|
@@ -164,7 +165,7 @@ class LabelSummary(ModelNormal):
|
|
|
164
165
|
Animal class but this time we won't travel
|
|
165
166
|
through its discriminator because we passed in
|
|
166
167
|
_visited_composed_classes = (Animal,)
|
|
167
|
-
inherited_from (str): if the tag was inherited from cluster. [optional]
|
|
168
|
+
inherited_from (str): if the tag was inherited from cluster. [optional] # noqa: E501
|
|
168
169
|
"""
|
|
169
170
|
|
|
170
171
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -264,7 +265,7 @@ class LabelSummary(ModelNormal):
|
|
|
264
265
|
Animal class but this time we won't travel
|
|
265
266
|
through its discriminator because we passed in
|
|
266
267
|
_visited_composed_classes = (Animal,)
|
|
267
|
-
inherited_from (str): if the tag was inherited from cluster. [optional]
|
|
268
|
+
inherited_from (str): if the tag was inherited from cluster. [optional] # noqa: E501
|
|
268
269
|
"""
|
|
269
270
|
|
|
270
271
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/neighbor_addresses.py
RENAMED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_by_currency.py
RENAMED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_labels.py
RENAMED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_leaf.py
RENAMED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_level1.py
RENAMED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_level2.py
RENAMED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_level3.py
RENAMED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_level4.py
RENAMED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_level5.py
RENAMED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/search_result_level6.py
RENAMED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -58,6 +57,8 @@ class Tag(ModelNormal):
|
|
|
58
57
|
allowed_values = {
|
|
59
58
|
('inherited_from',): {
|
|
60
59
|
'CLUSTER': "cluster",
|
|
60
|
+
'PUBKEY': "pubkey",
|
|
61
|
+
'PUBKEY_AND_CLUSTER': "pubkey_and_cluster",
|
|
61
62
|
},
|
|
62
63
|
}
|
|
63
64
|
|
|
@@ -188,7 +189,7 @@ class Tag(ModelNormal):
|
|
|
188
189
|
lastmod (int): Last modified. [optional] # noqa: E501
|
|
189
190
|
confidence (str): Confidence name. [optional] # noqa: E501
|
|
190
191
|
confidence_level (int): Confidence level. [optional] # noqa: E501
|
|
191
|
-
inherited_from (str): if the tag was inherited from cluster. [optional]
|
|
192
|
+
inherited_from (str): if the tag was inherited from cluster. [optional] # noqa: E501
|
|
192
193
|
"""
|
|
193
194
|
|
|
194
195
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -295,7 +296,7 @@ class Tag(ModelNormal):
|
|
|
295
296
|
lastmod (int): Last modified. [optional] # noqa: E501
|
|
296
297
|
confidence (str): Confidence name. [optional] # noqa: E501
|
|
297
298
|
confidence_level (int): Confidence level. [optional] # noqa: E501
|
|
298
|
-
inherited_from (str): if the tag was inherited from cluster. [optional]
|
|
299
|
+
inherited_from (str): if the tag was inherited from cluster. [optional] # noqa: E501
|
|
299
300
|
"""
|
|
300
301
|
|
|
301
302
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense/model/user_tag_report_response.py
RENAMED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
|
|
4
4
|
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 1.14.3
|
|
7
6
|
Contact: contact@ikna.io
|
|
8
7
|
Generated by: https://openapi-generator.tech
|
|
9
8
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: graphsense-python
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.15.0
|
|
4
4
|
Summary: GraphSense API
|
|
5
5
|
Author-email: Iknaio Cryptoasset Analytics GmbH <contact@ikna.io>
|
|
6
6
|
Maintainer-email: Iknaio Cryptoasset Analytics GmbH <contact@ikna.io>
|
|
@@ -19,8 +19,8 @@ GraphSense API provides programmatic access to various ledgers' addresses, entit
|
|
|
19
19
|
|
|
20
20
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
21
21
|
|
|
22
|
-
- API version: 1.
|
|
23
|
-
- Package version: 1.
|
|
22
|
+
- API version: 1.15.0
|
|
23
|
+
- Package version: 1.15.0
|
|
24
24
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
25
25
|
|
|
26
26
|
## Requirements.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense_python.egg-info/requires.txt
RENAMED
|
File without changes
|
{graphsense_python-1.14.3 → graphsense_python-1.15.0}/graphsense_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|