OBJECT

BigMapRemove

Corresponds to Tezos RPC -> $contract.big_map_diff -> [@action = remove].

link GraphQL Schema definition

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

link Require by

This element is not required by anyone