Skip to main content
HoprNodeOperations
hopr_
lib
4.0.1-rc.1
Hopr
Node
Operations
Required Methods
status
Implementors
In crate hopr_
lib
hopr_lib
Trait
Hopr
Node
Operations
Copy item path
pub trait HoprNodeOperations { // Required method fn
status
(&self) ->
HoprState
; }
Required Methods
§
fn
status
(&self) ->
HoprState
Implementors
§
Source
§
impl<Chain, Db, Graph, Net>
HoprNodeOperations
for
Hopr
<Chain, Db, Graph, Net>
where Chain:
HoprChainApi
+
Clone
+
Send
+
Sync
+ 'static, Db:
HoprNodeDbApi
+
Clone
+
Send
+
Sync
+ 'static, Graph:
NetworkGraphView
<NodeId =
OffchainPublicKey
> +
NetworkGraphUpdate
+
Clone
+
Send
+
Sync
+ 'static, Net:
NetworkView
+
NetworkStreamControl
+
Send
+
Sync
+
Clone
+ 'static,