ENUM
BigMapDiffAction
The action executed on the particular big map.
link GraphQL Schema definition
- enum BigMapDiffAction {
- }
link Require by
- BigMapAllocCorresponds to Tezos RPC -> `$contract.big_map_diff` -> `[@action = alloc]`.
- BigMapCopyCorresponds to Tezos RPC -> `$contract.big_map_diff` -> `[@action = copy]`.
- BigMapDiffCorresponds to Tezos RPC -> `$contract.big_map_diff`.
- BigMapDiffActionFilterProvides filters for checking equality of the property value of `BigMapDiffAction` type.
- BigMapRemoveCorresponds to Tezos RPC -> `$contract.big_map_diff` -> `[@action = remove]`.
- BigMapUpdateCorresponds to Tezos RPC -> `$contract.big_map_diff` -> `[@action = update]`.
- LazyStorageDiffActionFilterProvides filters for checking equality of the property value of `LazyStorageDiffAction` type.