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

Method ethapi_logs

fendermint/testing/materializer/src/docker/node.rs:541–546  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

539 }
540
541 pub async fn ethapi_logs(&self) -> Vec<String> {
542 match self.ethapi {
543 None => Vec::new(),
544 Some(ref c) => c.logs().await,
545 }
546 }
547
548 /// The HTTP endpoint of the Ethereum API *inside Docker*, if it's enabled.
549 pub fn internal_ethapi_http_endpoint(&self) -> Option<Url> {

Callers 1

with_testnetFunction · 0.80

Calls 1

logsMethod · 0.80

Tested by 1

with_testnetFunction · 0.64