Crate aleph_bft_rmc

source ·

Structs§

  • A basic task scheduler scheduling tasks with an exponential slowdown
  • A pair consistsing of signable data and a NodeIndex.
  • Signable data together with a complete multisignature.
  • Node count. Right now it doubles as node weight in many places in the code, in the future we might need a new type for that.
  • Reliable Multicast Box
  • A correctly signed object of type T.
  • A pair consisting of an instance of the Signable trait and an (arbitrary) signature.

Enums§

  • An RMC message consisting of either a signed (indexed) hash, or a multisigned hash.
  • Signable data together with a valid partial multisignature.

Traits§