Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainSafe/Delorean-Protocol
/ ws_endpoint
Method
ws_endpoint
fendermint/eth/api/examples/ethers.rs:106–109 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
104
}
105
106
pub fn ws_endpoint(&self) -> String {
107
// Same address but accessed with GET
108
format!(
"ws://{}:{}"
, self.http_host, self.http_port)
109
}
110
}
111
112
/// See the module docs for how to run.
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected