INTERFACE
MoneyOperationNotification
Corresponds to an OperationNotification
that deals with money.
link GraphQL Schema definition
- interface MoneyOperationNotification {
- # The `kind` of the `OperationNotification`. It is constant for a concrete *type*
- # e.g. it is always `transaction` for a `TransactionNotification`.
- OperationKind! :
- OperationGroup! :
- # It is `null` only if the operation comes from *mempool*.
- BlockNotification :
- OperationOrigin! :
- Mutez! :
- PositiveBigNumber! :
- PositiveBigNumber! :
- PositiveBigNumber! :
- Address! :
- }
link Require by
- BigMapDiffNotificationNotification about a diff in a bigmap.
- DelegationNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = delegation]`.
- LazyStorageDiffNotificationNotification about a diff in a storage.
- OriginationNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = origination]`.
- RegisterGlobalConstantNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = register_global_constant]`.
- RevealNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = reveal]`.
- SetDepositsLimitNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = set_deposits_limit]`.
- StorageNotificationNotification about a new storage.
- TransactionNotificationCorresponds to Tezos RPC -> `$operation.alpha.operation_contents_and_result` -> `[@kind = transaction]`.