Defined as:
export interface MiningRoundClient {
getOpenAndIssuingMiningRounds: () => Promise<GetOpenAndIssuingMiningRoundsResponse>;
}
Implementations in the wild are typically ValidatorApiClient, but tests can stub getOpenAndIssuingMiningRounds with fixture JSON.
Usage
Pass any compatible object into getCurrentMiningRoundContext, getCurrentMiningRoundDomainId, getCurrentRoundNumber, waitForRoundChange.