TxAccount

November 20, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
identifierstruniquely identifies a transaction or a sub transaction like a token transaction or trace.
currencystrcrypto currency code
networkstrcrypto currency code
tx_hashstrTransaction hash
heightHeight
timestampintTimestamp in posix seconds format
valueValues
from_addressstrAddress
to_addressstrAddress
tx_typestrdefaults to "account"
token_tx_idintidentifies a specific token transaction within a tx_hash, (deprecated) use identifier instead in encapsulates all information that uniquely identifies the transaction[optional]
contract_creationboolIndicates if this transaction created a new contract. Recipient address is the address of the new contract.[optional]
any string namebool, date, datetime, dict, float, int, list, str, none_typeany 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]