Abstractions.PosThe type representing a node's credentials, generated by sortition.
module type PoS = sig ... endAbstraction for common sortition and verification operations in proof of stake protocols.
module Make (Logger : Simulator.Logging.Logger) (Block : Simulator.Block.BlockSig) : PoS