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

Method new

fendermint/rpc/src/client.rs:95–97  ·  view source on GitHub ↗
(inner: C)

Source from the content-addressed store, hash-verified

93
94impl<C> FendermintClient<C> {
95 pub fn new(inner: C) -> Self {
96 Self { inner }
97 }
98
99 /// Attach a message factory to the client.
100 pub fn bind(self, message_factory: SignedMessageFactory) -> BoundFendermintClient<C> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected