Skip to main content

Module node

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§

state

Structs§

ChainInfo
Contains information about the HOPR on-chain network deployment.
CloseChannelResult
Result of closing a channel on-chain.
OpenChannelResult
Result of opening a channel on-chain.
PeerId
Identifier of a peer of the network.
SafeModuleConfig
Configuration for the Safe module.

Traits§

HoprNodeNetworkOperations
High-level network operations.
HoprNodeOperations