Module node
Expand description
High-level HOPR node API traits. High-level HOPR node API trait definitions.
This module defines the external API interface for interacting with a running HOPR node.
The [HoprNodeApi] trait provides the complete set of operations available to external
consumers, abstracting over the underlying implementation details.
Modules§
Structs§
- Chain
Info - Contains information about the HOPR on-chain network deployment.
- Close
Channel Result - Result of closing a channel on-chain.
- Open
Channel Result - Result of opening a channel on-chain.
- PeerId
- Identifier of a peer of the network.
- Safe
Module Config - Configuration for the Safe module.
Traits§
- Hopr
Node Network Operations - High-level network operations.
- Hopr
Node Operations