OBJECT

LazyStorageDiffNotification

Notification about a diff in a storage.

link GraphQL Schema definition

  • type LazyStorageDiffNotification {
  • # Associated operation that contains this change.
  • operation: 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.
  • parent: ContractResultParent!
  • lazy_storage_diff: LazyStorageDiff!
  • }