PrivateBroadcast::GetTxForNode

Get the transaction that was picked for sending to a given node by PickTxForSend().

Synopsis

Declared in <private_broadcast.h>

[[requires_capability(0x7f2e376846e8), requires_capability(0x7f2e219d1c68), requires_capability(0x7f2e1ac64e98)]]
std::optional<CTransactionRef>
GetTxForNode(NodeId const& nodeid);

Return Value

Transaction or nullopt if the nodeid is unknown.

Parameters

NameDescription
nodeid [in]Node to which a transaction is being (or was) sent.