tooling::PubIntroSentEvent
Inherits from tooling::RouterEvent
Public Functions
| Name | |
|---|---|
| PubIntroSentEvent(const llarp::RouterID & ourRouter, const llarp::dht::Key_t & introsetPubkey_, const llarp::RouterID & relay_, uint64_t relayIndex_) | |
| virtual std::string | ToString() const |
Public Attributes
| Name | |
|---|---|
| llarp::dht::Key_t | introsetPubkey |
| llarp::RouterID | relay |
| uint64_t | relayIndex |
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 PubIntroSentEvent
inline PubIntroSentEvent(
const llarp::RouterID & ourRouter,
const llarp::dht::Key_t & introsetPubkey_,
const llarp::RouterID & relay_,
uint64_t relayIndex_
)
function ToString
inline virtual std::string ToString() const
Reimplements: tooling::RouterEvent::ToString
Public Attributes Documentation
variable introsetPubkey
llarp::dht::Key_t introsetPubkey;
variable relay
llarp::RouterID relay;
variable relayIndex
uint64_t relayIndex;
Updated on 2026-01-10 at 22:49:45 +0000