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

Method relayer

fendermint/testing/materializer/src/lib.rs:253–255  ·  view source on GitHub ↗
(&self, id: T)

Source from the content-addressed store, hash-verified

251 }
252
253 pub fn relayer<T: Into<RelayerId>>(&self, id: T) -> RelayerName {
254 RelayerName(self.0.join("relayers").join_id(&id.into()))
255 }
256
257 pub fn cli(&self, id: &str) -> CliName {
258 CliName(self.0.join("cli").join(id))

Callers 1

Calls 2

join_idMethod · 0.80
joinMethod · 0.45

Tested by 1