MCPcopy Create free account
hub / github.com/aleph-zero-foundation/AlephBFT / NodeCount

Class NodeCount

crypto/src/node.rs:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 Sum,
56)]
57pub struct NodeCount(pub usize);
58
59// deriving Mul and Div is somehow cumbersome
60impl Mul<usize> for NodeCount {

Calls

no outgoing calls