ethereumjs-monorepo

@ethereumjs/block


@ethereumjs/block / cliqueEpochTransitionSigners

Function: cliqueEpochTransitionSigners()

cliqueEpochTransitionSigners(header): Address[]

Defined in: consensus/clique.ts:86

Returns a list of signers (only clique PoA, throws otherwise)

This function throws if not called on an epoch transition block and should therefore be used in conjunction with BlockHeader.cliqueIsEpochTransition

Parameters

BlockHeader

Returns

Address[]