You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
**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]
9
+
**fee** | [**Values**](Values.md) | | [optional]
9
10
**contract_creation** | **bool** | Indicates if this transaction created a new contract. Recipient address is the address of the new contract. | [optional]
10
11
**is_external** | **bool** | Indicates if this transaction is an external transaction for an eth like currency. | [optional]
**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]
9
+
**fee** | [**Values**](Values.md) | | [optional]
9
10
**contract_creation** | **bool** | Indicates if this transaction created a new contract. Recipient address is the address of the new contract. | [optional]
10
11
**is_external** | **bool** | Indicates if this transaction is an external transaction for an eth like currency. | [optional]
**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]
11
+
**fee** | [**Values**](Values.md) | | [optional]
11
12
**contract_creation** | **bool** | Indicates if this transaction created a new contract. Recipient address is the address of the new contract. | [optional]
12
13
**is_external** | **bool** | Indicates if this transaction is an external transaction for an eth like currency. | [optional]
Copy file name to clipboardExpand all lines: clients/python/docs/TxAccount.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
15
15
**to_address** | **str** | Address |
16
16
**tx_type** | **str** | | defaults to "account"
17
17
**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]
18
+
**fee** | [**Values**](Values.md) | | [optional]
18
19
**contract_creation** | **bool** | Indicates if this transaction created a new contract. Recipient address is the address of the new contract. | [optional]
19
20
**is_external** | **bool** | Indicates if this transaction is an external transaction for an eth like currency. | [optional]
20
21
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
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
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
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
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
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
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
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
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
0 commit comments