Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.11 KB

BigMapUpdate.md

File metadata and controls

16 lines (13 loc) · 1.11 KB

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 OneOfBigMapUpdateContract Smart contract in which's storage the bigmap is allocated [optional]
path str Path to the bigmap in the contract storage [optional]
action str Action with the bigmap (`allocate`, `add_key`, `update_key`, `remove_key`, `remove`) [optional]
content OneOfBigMapUpdateContent Updated key. If the action is `allocate` or `remove` the content will be `null`. [optional]

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