MCPcopy Create free account
hub / github.com/consensus-shipyard/ipc / network

Method network

fendermint/testing/materializer/src/testnet.rs:121–123  ·  view source on GitHub ↗

Return a reference to the physical network.

(&self)

Source from the content-addressed store, hash-verified

119
120 /// Return a reference to the physical network.
121 fn network(&self) -> &M::Network {
122 &self.network
123 }
124
125 /// Create a cryptographic keypair for an account ID.
126 pub fn create_account(&mut self, m: &mut R, id: &AccountId) -> anyhow::Result<()> {

Callers 1

create_nodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected