Function NetworkClient.sendEnrollment

Send a enrollment request asynchronously to the node. Any errors are reported to the debugging log.

void sendEnrollment (
  Enrollment enroll,
  Height avail_height
) nothrow @trusted;

The request is retried up to 'this.max_retries', any failures are logged and ignored.

Parameters

NameDescription
enroll the enrollment data to send
avail_height Height we target to externalize the enrollment