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

Method fmt

ipc/api/src/checkpoint.rs:43–51  ·  view source on GitHub ↗
(&self, f: &mut Formatter<'_>)

Source from the content-addressed store, hash-verified

41
42impl Display for QuorumReachedEvent {
43 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
44 write!(
45 f,
46 "QuorumReachedEvent<height: {}, checkpoint: {}, quorum_weight: {}>",
47 self.height,
48 hex::encode(&self.obj_hash),
49 self.quorum_weight
50 )
51 }
52}
53
54/// The collection of items for the bottom up checkpoint submission

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected