Expand description
ConstantView — peer-selector concrete with a fixed peer list.
Useful for tests + tiny fixed-size deployments where the peer
set is known at install time and never changes. Implements
bb_runtime::contracts::PeerSelector returning subsets of
the configured list per SelectParams.
Structs§
- Constant
View - Fixed-list peer selector. Authors construct with the full peer set at compile time; queries return slices.
Enums§
- Constant
View Error - Failure modes the
ConstantViewpeer selector can surface to callers.