Per-recipient record of when a transaction was sent and (optionally) received back.
Declared in <private_broadcast.h>
struct PeerSendInfo;
| Name | Description |
|---|---|
address | Address of the peer the transaction was sent to. |
received | When reception was confirmed, or nullopt if not confirmed. |
sent | When the transaction was sent to this peer. |