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

Method validator_changes_from

fendermint/vm/topdown/src/toggle.rs:53–62  ·  view source on GitHub ↗
(
        &self,
        from: BlockHeight,
        to: BlockHeight,
    )

Source from the content-addressed store, hash-verified

51 }
52
53 async fn validator_changes_from(
54 &self,
55 from: BlockHeight,
56 to: BlockHeight,
57 ) -> anyhow::Result<Vec<StakingChangeRequest>> {
58 match self.inner.as_ref() {
59 Some(p) => p.validator_changes_from(from, to).await,
60 None => Err(anyhow!("provider is toggled off")),
61 }
62 }
63
64 async fn top_down_msgs_from(
65 &self,

Callers 1

deliverMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected