INTERFACE
BigMapDiff
Corresponds to Tezos RPC -> $contract.big_map_diff
.
link GraphQL Schema definition
- interface BigMapDiff {
- # The `action` of the `BigMapDiff`. It is constant for a concrete *type* e.g. it
- # is always `update` for a `BigMapUpdate`.
- BigMapDiffAction! :
- }
link Require by
- BigMapAllocCorresponds to Tezos RPC -> `$contract.big_map_diff` -> `[@action = alloc]`.
- BigMapCopyCorresponds to Tezos RPC -> `$contract.big_map_diff` -> `[@action = copy]`.
- BigMapDiffNotificationNotification about a diff in a bigmap.
- BigMapRemoveCorresponds to Tezos RPC -> `$contract.big_map_diff` -> `[@action = remove]`.
- BigMapUpdateCorresponds to Tezos RPC -> `$contract.big_map_diff` -> `[@action = update]`.
- OriginationNotificationResultCorresponds to Tezos RPC -> `$operation.alpha.operation_result.origination`.
- TransactionNotificationResultCorresponds to Tezos RPC -> `$operation.alpha.operation_result.transaction`.