OBJECT
BigMapRemove
Corresponds to Tezos RPC -> $contract.big_map_diff
-> [@action = remove]
.
link GraphQL Schema definition
- type BigMapRemove implements BigMapDiff {
- BigNumber! :
- # The `action` of the `BigMapDiff`. It is constant for a concrete *type* e.g. it
- # is always `update` for a `BigMapUpdate`.
- BigMapDiffAction! :
- }
link Require by
This element is not required by anyone