Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 1.33 KB

File metadata and controls

23 lines (18 loc) · 1.33 KB

TxAccount

Properties

Name Type Description Notes
identifier str uniquely identifies a transaction or a sub transaction like a token transaction or trace.
currency str crypto currency code
network str crypto currency code
tx_hash str Transaction hash
height Height
timestamp int Timestamp in posix seconds format
value Values
from_address str Address
to_address str Address
tx_type str defaults to "account"
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]
contract_creation bool Indicates if this transaction created a new contract. Recipient address is the address of the new contract. [optional]
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]

[Back to Model list] [Back to API list] [Back to README]