OBJECT

BigMapDiffNotification

Notification about a diff in a bigmap.

link GraphQL Schema definition

  • type BigMapDiffNotification {
  • # 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!
  • big_map_diff: BigMapDiff!
  • }