Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.43 KB

BigMap.md

File metadata and controls

20 lines (17 loc) · 1.43 KB

# BigMap

Properties

Name Type Description Notes
ptr int Bigmap pointer [optional]
contract \Bzzhh\Tzkt\Model\BigMapContract [optional]
path string Path to the bigmap in the contract storage [optional]
tags string[] List of tags ( `metadata`, `token_metadata`,`ledger`, or `null` if there are no tags) [optional]
active bool Bigmap status (`true` - active, `false` - removed) [optional]
first_level int Level of the block where the bigmap was seen first time [optional]
last_level int Level of the block where the bigmap was seen last time [optional]
total_keys int Total number of keys ever added to the bigmap [optional]
active_keys int Total number of currently active keys [optional]
updates int Total number of actions with the bigmap [optional]
key_type mixed Bigmap key type as JSON schema or Micheline, depending on the `micheline` query parameter. [optional]
value_type mixed Bigmap value type as JSON schema or Micheline, depending on the `micheline` query parameter. [optional]

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