tooling::PubIntroReceivedEvent
Inherits from tooling::RouterEvent
Public Functions
| Name | |
|---|---|
| PubIntroReceivedEvent(const llarp::RouterID & ourRouter, const llarp::dht::Key_t & from_, const llarp::dht::Key_t & location_, uint64_t txid_, uint64_t relayOrder_) | |
| virtual std::string | ToString() const override |
Public Attributes
| Name | |
|---|---|
| llarp::dht::Key_t | from |
| llarp::dht::Key_t | location |
| uint64_t | txid |
| uint64_t | relayOrder |
Additional inherited members
Public Functions inherited from tooling::RouterEvent
| Name | |
|---|---|
| RouterEvent(std::string eventType, llarp::RouterID routerID, bool triggered) | |
| virtual | ~RouterEvent() =default |
Public Attributes inherited from tooling::RouterEvent
| Name | |
|---|---|
| const std::string | eventType |
| llarp::RouterID | routerID |
| bool | triggered |
Public Functions Documentation
function PubIntroReceivedEvent
inline PubIntroReceivedEvent(
const llarp::RouterID & ourRouter,
const llarp::dht::Key_t & from_,
const llarp::dht::Key_t & location_,
uint64_t txid_,
uint64_t relayOrder_
)
function ToString
inline virtual std::string ToString() const override
Reimplements: tooling::RouterEvent::ToString
Public Attributes Documentation
variable from
llarp::dht::Key_t from;
variable location
llarp::dht::Key_t location;
variable txid
uint64_t txid;
variable relayOrder
uint64_t relayOrder;
Updated on 2026-01-10 at 22:49:45 +0000