nexus-agents - v2.80.0
    Preparing search index...

    Interface WeightedVotingOptions

    Options for WeightedVoting constructor.

    interface WeightedVotingOptions {
        config?: Partial<WeightedVotingConfig>;
        eventBus?: IEventBus;
        emitEvents?: boolean;
    }
    Index

    Properties

    config?: Partial<WeightedVotingConfig>

    Configuration for voting thresholds and weights.

    eventBus?: IEventBus

    Optional event bus for Byzantine detection events (Issue #218).

    emitEvents?: boolean

    Whether to emit Byzantine detection events (default: true if eventBus provided).