INTERFACE

BigMapDiff

Corresponds to Tezos RPC -> $contract.big_map_diff.

link GraphQL Schema definition

  • interface BigMapDiff {
  • # The `action` of the `BigMapDiff`. It is constant for a concrete *type* e.g. it
  • # is always `update` for a `BigMapUpdate`.
  • action: BigMapDiffAction!
  • }