Module value

Source
Expand description

Definitions central to BPCon values.

This module defines traits and structures related to the values used within the BPCon consensus protocol. It includes a general Value trait for handling values in the protocol, as well as a ValueSelector trait for implementing value selection and verification logic.

Traitsยง

Value
A general trait representing a value in the BPCon consensus protocol.
ValueSelector
A trait for selecting and verifying values in the BPCon consensus protocol.