PrivateBroadcast::DidNodeConfirmReception

Check if the node has confirmed reception of the transaction.

Synopsis

Declared in <private_broadcast.h>

[[requires_capability(0x7f2e37684968), requires_capability(0x7f2e219d1ee8), requires_capability(0x7f2e1ac65118)]]
bool
DidNodeConfirmReception(NodeId const& nodeid);

Return Value

true if the node has confirmed reception, false otherwise.

Parameters

NameDescription
nodeid [in]Node to check for a confirmed reception.