OBJECT
LazySaplingStateDiffUpdates
link GraphQL Schema definition
- type LazySaplingStateDiffUpdates {
- SaplingCommitmentAndCiphertext!]! : [
- String!]! : [
- }
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]`.
- LazySaplingStateUpdateCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = sapling_state]` -> `diff` -> `[@action = update]`.