Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.33 KB

ActivationOperation.md

File metadata and controls

17 lines (14 loc) · 1.33 KB

ActivationOperation

Properties

Name Type Description Notes
type str Type of the operation, `activation` - is used to activate accounts that were recommended allocations of tezos tokens for donations to the Tezos Foundation’s fundraiser. [optional]
id int Unique ID of the operation, stored in the TzKT indexer database [optional]
level int The height of the block, from the genesis block, in which the operation was included [optional]
timestamp datetime Datetime of the block, in which the operation was included (ISO 8601, e.g. `2020-02-20T02:40:57Z`) [optional]
block str Hash of the block, in which the operation was included [optional]
hash str Hash of the operation [optional]
account object Information about activated account [optional]
balance int Account activation balance of tezos tokens that were recommended allocations for donations to the Tezos Foundation’s fundraiser [optional]
quote object Injected historical quote at the time of operation [optional]

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