OBJECT
DelegationNotification
Corresponds to Tezos RPC -> $operation.alpha.operation_contents_and_result
-> [@kind = delegation]
.
link GraphQL Schema definition
- type DelegationNotification implements Operation, OperationNotification, OperationNotificationWithBalanceUpdates, MoneyOperation, MoneyOperationNotification, Delegation {
- # 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! :
- # It is `null` only if the operation comes from *mempool*.
- DelegationNotificationMetadata :
- Address! :
- Address :
- }