ENUM
LazyStorageDiffKind
The kind of lazy storage diff.
link GraphQL Schema definition
- enum LazyStorageDiffKind {
- }
link Require by
- LazyBigMapStorageDiffCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = big_map]`.
- LazySaplingStateStorageDiffCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = sapling_state]`.
- LazyStorageDiffCorresponds to Tezos RPC -> `lazy_storage_diff`.
- LazyStorageDiffKindFilterProvides filters for checking equality of the property value of `LazyStorageDiffKind` type.