Function NetworkClient.sendPreimage

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

void sendPreimage (
  PreImageInfo preimage
) nothrow @trusted;

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

Parameters

NameDescription
preimage the pre-image information to send