Expand description
Types that are related to events that are raised on-chain and extracted from chain logs.
These events happen in response to actions (transactions, smart contract calls) done by a HOPR node on chain.
See chain-actions
and chain-indexer
crates for details.
Structs§
- Significant
Chain Event - Contains TX hash along with the Chain Event data. This could be used to pair up some events with Action. Each Action is typically concluded by a significant chain event.
Enums§
- Chain
Event Type - Enumeration of HOPR chain events.
- Network
Registry Status - Status of a node in network registry.