Function EnrollmentPool.addValidated

Directly add an enrollment to the pool, without validation

bool addValidated (
  in ref const(Enrollment) enroll,
  in const(Height) avail_height
) nothrow @safe;

Parameters

NameDescription
enroll the enrollment data to add
avail_height height at which the enrollment is available

Returns

true if the enrollment data has been added to the enrollment pool