INTERFACE
LazySaplingStateDiff
link GraphQL Schema definition
- interface LazySaplingStateDiff {
- LazyStorageDiffAction! :
- }
link Require by
- 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]`.
- LazySaplingStateRemoveCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = sapling_state]` -> `diff` -> `[@action = remove]`.
- LazySaplingStateStorageDiffCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = sapling_state]`.
- LazySaplingStateUpdateCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = sapling_state]` -> `diff` -> `[@action = update]`.