INTERFACE
LazyBigMapDiff
Corresponds to Tezos RPC -> lazy_storage_diff
-> [@kind = big_map]
-> diff
.
link GraphQL Schema definition
- interface LazyBigMapDiff {
- 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]`.
- LazyBigMapRemoveCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = big_map]` -> `diff` -> `[@action = remove]`.
- LazyBigMapStorageDiffCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = big_map]`.
- LazyBigMapUpdateCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = big_map]` -> `diff` -> `[@action = update]`.