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

Method create_account

fendermint/testing/materializer/src/logging.rs:48–51  ·  view source on GitHub ↗
(&mut self, account_name: &AccountName)

Source from the content-addressed store, hash-verified

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");
50 self.inner.create_account(account_name)
51 }
52
53 async fn fund_from_faucet<'s, 'a>(
54 &'s mut self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected