Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.11 KB

BigMapKey.md

File metadata and controls

16 lines (13 loc) · 1.11 KB

BigMapKey

Properties

Name Type Description Notes
id int Internal Id, can be used for pagination [optional]
active bool Bigmap key status (`true` - active, `false` - removed) [optional]
hash str Key hash [optional]
key object Key in JSON or Micheline format, depending on the `micheline` query parameter. [optional]
value object Value in JSON or Micheline format, depending on the `micheline` query parameter. Note, if the key is inactive (removed) it will contain the last non-null value. [optional]
first_level int Level of the block where the bigmap key was seen first time [optional]
last_level int Level of the block where the bigmap key was seen last time [optional]
updates int Total number of actions with the bigmap key [optional]

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