Interface BeaconInsecureParameters

InsecureParameters are the beacon parameters for the insecure backend.

interface BeaconInsecureParameters {
    interval?: longnum;
}

Properties

Properties

interval?: longnum

Interval is the epoch interval (in blocks).