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

Method commit

fendermint/abci/src/application.rs:115–117  ·  view source on GitHub ↗

Commit the current state at the current height.

(&self)

Source from the content-addressed store, hash-verified

113
114 /// Commit the current state at the current height.
115 async fn commit(&self) -> AbciResult<response::Commit> {
116 Ok(Default::default())
117 }
118
119 /// Used during state sync to discover available snapshots on peers.
120 async fn list_snapshots(&self) -> AbciResult<response::ListSnapshots> {

Callers 1

callMethod · 0.45

Implementers 2

kvstore.rsfendermint/abci/examples/kvstore.rs
app.rsfendermint/app/src/app.rs

Calls

no outgoing calls

Tested by

no test coverage detected