llarp::dht::TXOwner
Public Functions
Public Attributes
Public Functions Documentation
function TXOwner
TXOwner() =default
function TXOwner
TXOwner(
const TXOwner &
) =default
function TXOwner
TXOwner(
TXOwner &&
) =default
function operator=
TXOwner & operator=(
const TXOwner &
) =default
function TXOwner
inline TXOwner(
const Key_t & k,
uint64_t id
)
function operator==
inline bool operator==(
const TXOwner & other
) const
function operator<
inline bool operator<(
const TXOwner & other
) const
Public Attributes Documentation
variable node
Key_t node;
variable txid
uint64_t txid = 0;
Updated on 2026-01-10 at 22:49:45 +0000