MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / new_http

Method new_http

fendermint/rpc/src/client.rs:106–109  ·  view source on GitHub ↗
(url: Url, proxy_url: Option<Url>)

Source from the content-addressed store, hash-verified

104
105impl FendermintClient<HttpClient> {
106 pub fn new_http(url: Url, proxy_url: Option<Url>) -> anyhow::Result<Self> {
107 let inner = http_client(url, proxy_url)?;
108 Ok(Self { inner })
109 }
110}
111
112/// Get to the underlying Tendermint client if necessary, for example to query the state of transactions.

Callers

nothing calls this directly

Calls 1

http_clientFunction · 0.85

Tested by

no test coverage detected