Check if the node has confirmed reception of the transaction.

Synopsis

Declared in <private_broadcast.h>

[[requires_capability(0x7ff36f614698), requires_capability(0x7ff37b8cf2f8), requires_capability(0x7ff37a4d4d68)]]
bool
DidNodeConfirmReception(NodeId const& nodeid);

Return Value

true if the node has confirmed reception, false otherwise.

Parameters

Name

Description

nodeid [in]

Node to check for a confirmed reception.

Created with MrDocs