Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainSafe/Delorean-Protocol
/ http_endpoint
Method
http_endpoint
fendermint/eth/api/examples/ethers.rs:102–104 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
100
}
101
102
pub fn http_endpoint(&self) -> String {
103
format!(
"http://{}:{}"
, self.http_host, self.http_port)
104
}
105
106
pub fn ws_endpoint(&self) -> String {
107
// Same address but accessed with GET
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected