Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 829 Bytes

BigMapKeyHistorical.md

File metadata and controls

13 lines (10 loc) · 829 Bytes

# BigMapKeyHistorical

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 string Key hash [optional]
key mixed Key in JSON or Micheline format, depending on the `micheline` query parameter. [optional]
value mixed 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]

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