llarp::dht::TXOwner

Public Functions

Name
TXOwner() =default
TXOwner(const TXOwner & ) =default
TXOwner(TXOwner && ) =default
TXOwner & operator=(const TXOwner & ) =default
TXOwner(const Key_t & k, uint64_t id)
bool operator==(const TXOwner & other) const
bool operator<(const TXOwner & other) const

Public Attributes

Name
Key_t node
uint64_t txid

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