validator.getNextFullDkgCeremony
Gets the next epoch for a full DKG ceremony.
Usage
import { } from './viem.config'
const = await .validator.getNextFullDkgCeremony()
.('Next DKG ceremony epoch:', )
Next DKG ceremony epoch: 100nReturn Type
type ReturnType = bigint // Epoch numberblockNumber (optional)
- Type:
bigint
Block number to read the state from.
blockOverrides (optional)
- Type:
BlockOverrides
Block overrides to apply to the state.
blockTag (optional)
- Type:
BlockTag
Block tag to read the state from.
stateOverride (optional)
- Type:
StateOverride
State override to apply.