Function ValidatorSet.getEnrolledHeight

In validatorSet DB, return the enrolled block height.

Height getEnrolledHeight (
  in const(Height) height,
  in ref const(geod24.bitblob.BitBlob!(64L)) enroll_hash
) nothrow @trusted;

Parameters

NameDescription
enroll_hash key for an enrollment block height
height height to get enrollment

Returns

the enrolled block height, or ulong.max if no matching key exists