Interface BeaconConsensusParameters

ConsensusParameters are the beacon consensus parameters.

interface BeaconConsensusParameters {
    backend: string;
    debug_mock_backend?: boolean;
    insecure_parameters?: BeaconInsecureParameters;
    vrf_parameters?: BeaconVRFParameters;
}

Properties

backend: string

Backend is the beacon backend.

debug_mock_backend?: boolean

DebugMockBackend is flag for enabling the mock epochtime backend.

insecure_parameters?: BeaconInsecureParameters

InsecureParameters are the beacon parameters for the insecure backend.

vrf_parameters?: BeaconVRFParameters

VRFParameters are the beacon parameters for the VRF backend.