graphsense-python 1.15.0__tar.gz → 1.15.2__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.15.0 → graphsense_python-1.15.2}/PKG-INFO +3 -3
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/README.md +2 -2
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/__init__.py +1 -1
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/api_client.py +1 -1
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/configuration.py +2 -2
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/address_tx.py +4 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/link.py +4 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/tx.py +4 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/tx_account.py +4 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense_python.egg-info/PKG-INFO +3 -3
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/pyproject.toml +1 -1
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/api/__init__.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/api/addresses_api.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/api/blocks_api.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/api/bulk_api.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/api/entities_api.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/api/general_api.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/api/rates_api.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/api/tags_api.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/api/tokens_api.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/api/txs_api.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/apis/__init__.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/exceptions.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/__init__.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/actor.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/actor_context.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/actors.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/address.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/address_tag.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/address_tag_all_of.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/address_tags.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/address_tx_utxo.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/address_txs.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/block.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/block_at_date.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/concept.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/currency_stats.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/entity.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/entity_addresses.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/external_conversion.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/height.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/label_summary.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/labeled_item_ref.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/labeled_item_refs.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/link_utxo.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/links.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/neighbor_address.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/neighbor_addresses.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/neighbor_entities.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/neighbor_entity.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/rate.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/rates.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/related_address.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/related_addresses.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_by_currency.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_labels.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_leaf.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_level1.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_level2.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_level3.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_level4.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_level5.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_level6.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/stats.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/tag.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/tag_cloud_entry.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/tag_summary.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/taxonomy.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/token_config.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/token_configs.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/token_values.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/tx_ref.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/tx_summary.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/tx_utxo.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/tx_value.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/tx_values.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/txs.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/txs_account.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/user_reported_tag.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/user_tag_report_response.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/values.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model_utils.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/models/__init__.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/rest.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense_python.egg-info/SOURCES.txt +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense_python.egg-info/dependency_links.txt +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense_python.egg-info/requires.txt +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense_python.egg-info/top_level.txt +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/scripts/openapi_spec_add_auth.py +0 -0
- {graphsense_python-1.15.0 → graphsense_python-1.15.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: graphsense-python
|
|
3
|
-
Version: 1.15.
|
|
3
|
+
Version: 1.15.2
|
|
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.15.
|
|
23
|
-
- Package version: 1.15.
|
|
22
|
+
- API version: 1.15.2
|
|
23
|
+
- Package version: 1.15.2
|
|
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.15.
|
|
7
|
-
- Package version: 1.15.
|
|
6
|
+
- API version: 1.15.2
|
|
7
|
+
- Package version: 1.15.2
|
|
8
8
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
9
9
|
|
|
10
10
|
## Requirements.
|
|
@@ -76,7 +76,7 @@ class ApiClient(object):
|
|
|
76
76
|
self.default_headers[header_name] = header_value
|
|
77
77
|
self.cookie = cookie
|
|
78
78
|
# Set default User-Agent.
|
|
79
|
-
self.user_agent = 'OpenAPI-Generator/1.15.
|
|
79
|
+
self.user_agent = 'OpenAPI-Generator/1.15.2/python'
|
|
80
80
|
|
|
81
81
|
def __enter__(self):
|
|
82
82
|
return self
|
|
@@ -405,8 +405,8 @@ conf = graphsense.Configuration(
|
|
|
405
405
|
return "Python SDK Debug Report:\n"\
|
|
406
406
|
"OS: {env}\n"\
|
|
407
407
|
"Python Version: {pyversion}\n"\
|
|
408
|
-
"Version of the API: 1.15.
|
|
409
|
-
"SDK Package Version: 1.15.
|
|
408
|
+
"Version of the API: 1.15.2\n"\
|
|
409
|
+
"SDK Package Version: 1.15.2".\
|
|
410
410
|
format(env=sys.platform, pyversion=sys.version)
|
|
411
411
|
|
|
412
412
|
def get_host_settings(self):
|
|
@@ -95,6 +95,7 @@ class AddressTx(ModelComposed):
|
|
|
95
95
|
return {
|
|
96
96
|
'tx_type': (str,), # noqa: E501
|
|
97
97
|
'token_tx_id': (int,), # noqa: E501
|
|
98
|
+
'fee': (Values,), # noqa: E501
|
|
98
99
|
'contract_creation': (bool,), # noqa: E501
|
|
99
100
|
'is_external': (bool,), # noqa: E501
|
|
100
101
|
'tx_hash': (str,), # noqa: E501
|
|
@@ -125,6 +126,7 @@ class AddressTx(ModelComposed):
|
|
|
125
126
|
attribute_map = {
|
|
126
127
|
'tx_type': 'tx_type', # noqa: E501
|
|
127
128
|
'token_tx_id': 'token_tx_id', # noqa: E501
|
|
129
|
+
'fee': 'fee', # noqa: E501
|
|
128
130
|
'contract_creation': 'contract_creation', # noqa: E501
|
|
129
131
|
'is_external': 'is_external', # noqa: E501
|
|
130
132
|
'tx_hash': 'tx_hash', # noqa: E501
|
|
@@ -180,6 +182,7 @@ class AddressTx(ModelComposed):
|
|
|
180
182
|
through its discriminator because we passed in
|
|
181
183
|
_visited_composed_classes = (Animal,)
|
|
182
184
|
token_tx_id (int): identifies a specific token transaction within a tx_hash, (deprecated) use identifier instead in encapsulates all information that uniquely identifies the transaction. [optional] # noqa: E501
|
|
185
|
+
fee (Values): [optional] # noqa: E501
|
|
183
186
|
contract_creation (bool): Indicates if this transaction created a new contract. Recipient address is the address of the new contract.. [optional] # noqa: E501
|
|
184
187
|
is_external (bool): Indicates if this transaction is an external transaction for an eth like currency.. [optional] # noqa: E501
|
|
185
188
|
tx_hash (str): Transaction hash. [optional] # noqa: E501
|
|
@@ -294,6 +297,7 @@ class AddressTx(ModelComposed):
|
|
|
294
297
|
through its discriminator because we passed in
|
|
295
298
|
_visited_composed_classes = (Animal,)
|
|
296
299
|
token_tx_id (int): identifies a specific token transaction within a tx_hash, (deprecated) use identifier instead in encapsulates all information that uniquely identifies the transaction. [optional] # noqa: E501
|
|
300
|
+
fee (Values): [optional] # noqa: E501
|
|
297
301
|
contract_creation (bool): Indicates if this transaction created a new contract. Recipient address is the address of the new contract.. [optional] # noqa: E501
|
|
298
302
|
is_external (bool): Indicates if this transaction is an external transaction for an eth like currency.. [optional] # noqa: E501
|
|
299
303
|
tx_hash (str): Transaction hash. [optional] # noqa: E501
|
|
@@ -95,6 +95,7 @@ class Link(ModelComposed):
|
|
|
95
95
|
return {
|
|
96
96
|
'tx_type': (str,), # noqa: E501
|
|
97
97
|
'token_tx_id': (int,), # noqa: E501
|
|
98
|
+
'fee': (Values,), # noqa: E501
|
|
98
99
|
'contract_creation': (bool,), # noqa: E501
|
|
99
100
|
'is_external': (bool,), # noqa: E501
|
|
100
101
|
'tx_hash': (str,), # noqa: E501
|
|
@@ -126,6 +127,7 @@ class Link(ModelComposed):
|
|
|
126
127
|
attribute_map = {
|
|
127
128
|
'tx_type': 'tx_type', # noqa: E501
|
|
128
129
|
'token_tx_id': 'token_tx_id', # noqa: E501
|
|
130
|
+
'fee': 'fee', # noqa: E501
|
|
129
131
|
'contract_creation': 'contract_creation', # noqa: E501
|
|
130
132
|
'is_external': 'is_external', # noqa: E501
|
|
131
133
|
'tx_hash': 'tx_hash', # noqa: E501
|
|
@@ -182,6 +184,7 @@ class Link(ModelComposed):
|
|
|
182
184
|
through its discriminator because we passed in
|
|
183
185
|
_visited_composed_classes = (Animal,)
|
|
184
186
|
token_tx_id (int): identifies a specific token transaction within a tx_hash, (deprecated) use identifier instead in encapsulates all information that uniquely identifies the transaction. [optional] # noqa: E501
|
|
187
|
+
fee (Values): [optional] # noqa: E501
|
|
185
188
|
contract_creation (bool): Indicates if this transaction created a new contract. Recipient address is the address of the new contract.. [optional] # noqa: E501
|
|
186
189
|
is_external (bool): Indicates if this transaction is an external transaction for an eth like currency.. [optional] # noqa: E501
|
|
187
190
|
tx_hash (str): Transaction hash. [optional] # noqa: E501
|
|
@@ -297,6 +300,7 @@ class Link(ModelComposed):
|
|
|
297
300
|
through its discriminator because we passed in
|
|
298
301
|
_visited_composed_classes = (Animal,)
|
|
299
302
|
token_tx_id (int): identifies a specific token transaction within a tx_hash, (deprecated) use identifier instead in encapsulates all information that uniquely identifies the transaction. [optional] # noqa: E501
|
|
303
|
+
fee (Values): [optional] # noqa: E501
|
|
300
304
|
contract_creation (bool): Indicates if this transaction created a new contract. Recipient address is the address of the new contract.. [optional] # noqa: E501
|
|
301
305
|
is_external (bool): Indicates if this transaction is an external transaction for an eth like currency.. [optional] # noqa: E501
|
|
302
306
|
tx_hash (str): Transaction hash. [optional] # noqa: E501
|
|
@@ -99,6 +99,7 @@ class Tx(ModelComposed):
|
|
|
99
99
|
'inputs': (TxValues,), # noqa: E501
|
|
100
100
|
'outputs': (TxValues,), # noqa: E501
|
|
101
101
|
'token_tx_id': (int,), # noqa: E501
|
|
102
|
+
'fee': (Values,), # noqa: E501
|
|
102
103
|
'contract_creation': (bool,), # noqa: E501
|
|
103
104
|
'is_external': (bool,), # noqa: E501
|
|
104
105
|
'currency': (str,), # noqa: E501
|
|
@@ -135,6 +136,7 @@ class Tx(ModelComposed):
|
|
|
135
136
|
'inputs': 'inputs', # noqa: E501
|
|
136
137
|
'outputs': 'outputs', # noqa: E501
|
|
137
138
|
'token_tx_id': 'token_tx_id', # noqa: E501
|
|
139
|
+
'fee': 'fee', # noqa: E501
|
|
138
140
|
'contract_creation': 'contract_creation', # noqa: E501
|
|
139
141
|
'is_external': 'is_external', # noqa: E501
|
|
140
142
|
'currency': 'currency', # noqa: E501
|
|
@@ -196,6 +198,7 @@ class Tx(ModelComposed):
|
|
|
196
198
|
inputs (TxValues): [optional] # noqa: E501
|
|
197
199
|
outputs (TxValues): [optional] # noqa: E501
|
|
198
200
|
token_tx_id (int): identifies a specific token transaction within a tx_hash, (deprecated) use identifier instead in encapsulates all information that uniquely identifies the transaction. [optional] # noqa: E501
|
|
201
|
+
fee (Values): [optional] # noqa: E501
|
|
199
202
|
contract_creation (bool): Indicates if this transaction created a new contract. Recipient address is the address of the new contract.. [optional] # noqa: E501
|
|
200
203
|
is_external (bool): Indicates if this transaction is an external transaction for an eth like currency.. [optional] # noqa: E501
|
|
201
204
|
currency (str): crypto currency code. [optional] # noqa: E501
|
|
@@ -316,6 +319,7 @@ class Tx(ModelComposed):
|
|
|
316
319
|
inputs (TxValues): [optional] # noqa: E501
|
|
317
320
|
outputs (TxValues): [optional] # noqa: E501
|
|
318
321
|
token_tx_id (int): identifies a specific token transaction within a tx_hash, (deprecated) use identifier instead in encapsulates all information that uniquely identifies the transaction. [optional] # noqa: E501
|
|
322
|
+
fee (Values): [optional] # noqa: E501
|
|
319
323
|
contract_creation (bool): Indicates if this transaction created a new contract. Recipient address is the address of the new contract.. [optional] # noqa: E501
|
|
320
324
|
is_external (bool): Indicates if this transaction is an external transaction for an eth like currency.. [optional] # noqa: E501
|
|
321
325
|
currency (str): crypto currency code. [optional] # noqa: E501
|
|
@@ -100,6 +100,7 @@ class TxAccount(ModelNormal):
|
|
|
100
100
|
'from_address': (str,), # noqa: E501
|
|
101
101
|
'to_address': (str,), # noqa: E501
|
|
102
102
|
'token_tx_id': (int,), # noqa: E501
|
|
103
|
+
'fee': (Values,), # noqa: E501
|
|
103
104
|
'contract_creation': (bool,), # noqa: E501
|
|
104
105
|
'is_external': (bool,), # noqa: E501
|
|
105
106
|
}
|
|
@@ -121,6 +122,7 @@ class TxAccount(ModelNormal):
|
|
|
121
122
|
'from_address': 'from_address', # noqa: E501
|
|
122
123
|
'to_address': 'to_address', # noqa: E501
|
|
123
124
|
'token_tx_id': 'token_tx_id', # noqa: E501
|
|
125
|
+
'fee': 'fee', # noqa: E501
|
|
124
126
|
'contract_creation': 'contract_creation', # noqa: E501
|
|
125
127
|
'is_external': 'is_external', # noqa: E501
|
|
126
128
|
}
|
|
@@ -179,6 +181,7 @@ class TxAccount(ModelNormal):
|
|
|
179
181
|
through its discriminator because we passed in
|
|
180
182
|
_visited_composed_classes = (Animal,)
|
|
181
183
|
token_tx_id (int): identifies a specific token transaction within a tx_hash, (deprecated) use identifier instead in encapsulates all information that uniquely identifies the transaction. [optional] # noqa: E501
|
|
184
|
+
fee (Values): [optional] # noqa: E501
|
|
182
185
|
contract_creation (bool): Indicates if this transaction created a new contract. Recipient address is the address of the new contract.. [optional] # noqa: E501
|
|
183
186
|
is_external (bool): Indicates if this transaction is an external transaction for an eth like currency.. [optional] # noqa: E501
|
|
184
187
|
"""
|
|
@@ -286,6 +289,7 @@ class TxAccount(ModelNormal):
|
|
|
286
289
|
through its discriminator because we passed in
|
|
287
290
|
_visited_composed_classes = (Animal,)
|
|
288
291
|
token_tx_id (int): identifies a specific token transaction within a tx_hash, (deprecated) use identifier instead in encapsulates all information that uniquely identifies the transaction. [optional] # noqa: E501
|
|
292
|
+
fee (Values): [optional] # noqa: E501
|
|
289
293
|
contract_creation (bool): Indicates if this transaction created a new contract. Recipient address is the address of the new contract.. [optional] # noqa: E501
|
|
290
294
|
is_external (bool): Indicates if this transaction is an external transaction for an eth like currency.. [optional] # noqa: E501
|
|
291
295
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: graphsense-python
|
|
3
|
-
Version: 1.15.
|
|
3
|
+
Version: 1.15.2
|
|
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.15.
|
|
23
|
-
- Package version: 1.15.
|
|
22
|
+
- API version: 1.15.2
|
|
23
|
+
- Package version: 1.15.2
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/address_tag_all_of.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/external_conversion.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/neighbor_addresses.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_by_currency.py
RENAMED
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_labels.py
RENAMED
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_leaf.py
RENAMED
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_level1.py
RENAMED
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_level2.py
RENAMED
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_level3.py
RENAMED
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_level4.py
RENAMED
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_level5.py
RENAMED
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/search_result_level6.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense/model/user_tag_report_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense_python.egg-info/requires.txt
RENAMED
|
File without changes
|
{graphsense_python-1.15.0 → graphsense_python-1.15.2}/graphsense_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|