Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1000 Bytes

BigMapUpdate.md

File metadata and controls

16 lines (13 loc) · 1000 Bytes

# BigMapUpdate

Properties

Name Type Description Notes
id int Internal Id, can be used for pagination [optional]
level int Level of the block where the bigmap was updated [optional]
timestamp \DateTime Timestamp of the block where the bigmap was updated [optional]
bigmap int Bigmap ptr [optional]
contract \Bzzhh\Tzkt\Model\BigMapContract [optional]
path string Path to the bigmap in the contract storage [optional]
action string Action with the bigmap (`allocate`, `add_key`, `update_key`, `remove_key`, `remove`) [optional]
content \Bzzhh\Tzkt\Model\BigMapUpdateContent [optional]

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