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

Method validate

fendermint/testing/materializer/src/manifest.rs:70–72  ·  view source on GitHub ↗

Perform sanity checks.

(&self, name: &TestnetName)

Source from the content-addressed store, hash-verified

68
69 /// Perform sanity checks.
70 pub async fn validate(&self, name: &TestnetName) -> anyhow::Result<()> {
71 validate_manifest(name, self).await
72 }
73}
74
75/// Any potential attributes of an account.

Callers 1

with_testnetFunction · 0.45

Calls 1

validate_manifestFunction · 0.85

Tested by 1

with_testnetFunction · 0.36