tooling::GotIntroReceivedEvent

Inherits from tooling::RouterEvent

Public Functions

Name
GotIntroReceivedEvent(const llarp::RouterID & ourRouter_, const llarp::dht::Key_t & from_, const llarp::service::EncryptedIntroSet & introset_, uint64_t txid_)
virtual std::string ToString() const override

Public Attributes

Name
llarp::dht::Key_t From
llarp::service::EncryptedIntroSet Introset
uint64_t RelayOrder
uint64_t TxID

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 GotIntroReceivedEvent

inline GotIntroReceivedEvent(
    const llarp::RouterID & ourRouter_,
    const llarp::dht::Key_t & from_,
    const llarp::service::EncryptedIntroSet & introset_,
    uint64_t txid_
)

function ToString

inline virtual std::string ToString() const override

Reimplements: tooling::RouterEvent::ToString

Public Attributes Documentation

variable From

llarp::dht::Key_t From;

variable Introset

llarp::service::EncryptedIntroSet Introset;

variable RelayOrder

uint64_t RelayOrder;

variable TxID

uint64_t TxID;

Updated on 2026-01-10 at 22:49:45 +0000