OBJECT
StorageNotification
Notification about a new storage.
link GraphQL Schema definition
- type StorageNotification {
- # Associated operation that contains this change.
- MoneyOperationNotification! :
- # Parent entity that contains this change. It is either an operation if the change
- # was done directly in its result. Or it is an internal result if the change was
- # done internally.
- ContractResultParent! :
- Micheline! :
- }