rippled
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
xrpl::PeerReservation Struct Referencefinal

#include <PeerReservationTable.h>

Collaboration diagram for xrpl::PeerReservation:
Collaboration graph
[legend]

Public Member Functions

auto toJson () const -> Json::Value
 

Public Attributes

PublicKey nodeId
 
std::string description {}
 

Friends

template<typename Hasher >
void hash_append (Hasher &h, PeerReservation const &x) noexcept
 
bool operator< (PeerReservation const &a, PeerReservation const &b)
 

Detailed Description

Definition at line 19 of file PeerReservationTable.h.

Member Function Documentation

◆ toJson()

auto xrpl::PeerReservation::toJson ( ) const -> Json::Value

Definition at line 17 of file PeerReservationTable.cpp.

Friends And Related Symbol Documentation

◆ hash_append

template<typename Hasher >
void hash_append ( Hasher &  h,
PeerReservation const &  x 
)
friend

Definition at line 30 of file PeerReservationTable.h.

◆ operator<

bool operator< ( PeerReservation const &  a,
PeerReservation const &  b 
)
friend

Definition at line 36 of file PeerReservationTable.h.

Member Data Documentation

◆ nodeId

PublicKey xrpl::PeerReservation::nodeId

Definition at line 22 of file PeerReservationTable.h.

◆ description

std::string xrpl::PeerReservation::description {}

Definition at line 23 of file PeerReservationTable.h.