Function NetworkClient.sendTransaction

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

void sendTransaction (
  Transaction tx
) nothrow @trusted;

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

Parameters

NameDescription
tx the transaction to send