OBJECT
AbstractEndorsementNotification
link GraphQL Schema definition
- type AbstractEndorsementNotification implements Operation, OperationNotification, OperationNotificationWithBalanceUpdates {
- # 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! :
- # It is `null` only if the operation comes from *mempool*.
- EndorsementNotificationMetadata :
- }
link Require by
This element is not required by anyone