OBJECT

StorageNotification

Notification about a new storage.

link GraphQL Schema definition

  • type StorageNotification {
  • # 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!
  • storage: Micheline!
  • }