Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 867 Bytes

BigMapKeyUpdate.md

File metadata and controls

13 lines (10 loc) · 867 Bytes

# BigMapKeyUpdate

Properties

Name Type Description Notes
id int Internal Id, can be used for pagination [optional]
level int Level of the block where the bigmap key was updated [optional]
timestamp \DateTime Timestamp of the block where the bigmap key was updated [optional]
action string Action with the key (`add_key`, `update_key`, `remove_key`) [optional]
value mixed Value in JSON or Micheline format, depending on the `micheline` query parameter. Note, if the action is `remove_key` it will contain the last non-null value. [optional]

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