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

Method create_network

fendermint/testing/materializer/src/logging.rs:43–46  ·  view source on GitHub ↗
(&mut self, testnet_name: &TestnetName)

Source from the content-addressed store, hash-verified

41 M::Relayer: Display,
42{
43 async fn create_network(&mut self, testnet_name: &TestnetName) -> anyhow::Result<M::Network> {
44 tracing::info!(%testnet_name, ctx=self.ctx, "create_network");
45 self.inner.create_network(testnet_name).await
46 }
47
48 fn create_account(&mut self, account_name: &AccountName) -> anyhow::Result<M::Account> {
49 tracing::info!(%account_name, ctx=self.ctx, "create_account");

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by 1

newMethod · 0.36