ENUM
LazyStorageDiffAction
The action of lazy storage diff of particular kind.
link GraphQL Schema definition
- enum LazyStorageDiffAction {
- }
link Require by
- LazyBigMapAllocCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = big_map]` -> `diff` -> `[@action = alloc]`.
- LazyBigMapCopyCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = big_map]` -> `diff` -> `[@action = copy]`.
- LazyBigMapDiffCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = big_map]` -> `diff`.
- LazyBigMapRemoveCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = big_map]` -> `diff` -> `[@action = remove]`.
- LazyBigMapUpdateCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = big_map]` -> `diff` -> `[@action = update]`.
- LazySaplingStateAllocCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = sapling_state]` -> `diff` -> `[@action = alloc]`.
- LazySaplingStateCopyCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = sapling_state]` -> `diff` -> `[@action = copy]`.
- LazySaplingStateDiffnull
- LazySaplingStateRemoveCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = sapling_state]` -> `diff` -> `[@action = remove]`.
- LazySaplingStateUpdateCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = sapling_state]` -> `diff` -> `[@action = update]`.