INTERFACE
LazyStorageDiff
Corresponds to Tezos RPC -> lazy_storage_diff
.
link GraphQL Schema definition
- interface LazyStorageDiff {
- LazyStorageDiffKind! :
- BigNumber! :
- }
link Require by
- LazyBigMapStorageDiffCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = big_map]`.
- LazySaplingStateStorageDiffCorresponds to Tezos RPC -> `lazy_storage_diff` -> `[@kind = sapling_state]`.
- LazyStorageDiffNotificationNotification about a diff in a storage.
- OriginationNotificationResultCorresponds to Tezos RPC -> `$operation.alpha.operation_result.origination`.
- TransactionNotificationResultCorresponds to Tezos RPC -> `$operation.alpha.operation_result.transaction`.