OBJECT
LazyStorageDiffNotification
Notification about a diff in a storage.
link GraphQL Schema definition
- type LazyStorageDiffNotification {
- # Associated operation that contains this change.
- MoneyOperationNotification! :
- # Parent entity that contains this change. It is either an operation if the change
- # was done directly in its result. Or it is an internal result if the change was
- # done internally.
- ContractResultParent! :
- LazyStorageDiff! :
- }