interface Configuration {
    epoch: bigint;
    events: EventHandle<NewEpochEvent>;
    last_reconfiguration_time: bigint;
}

Properties

epoch: bigint
last_reconfiguration_time: bigint