rippled
Public Member Functions | Public Attributes | Friends | List of all members
ripple::SignerEntries::SignerEntry Struct Reference
Collaboration diagram for ripple::SignerEntries::SignerEntry:
Collaboration graph
[legend]

Public Member Functions

 SignerEntry (AccountID const &inAccount, std::uint16_t inWeight)
 

Public Attributes

AccountID account
 
std::uint16_t weight
 

Friends

bool operator< (SignerEntry const &lhs, SignerEntry const &rhs)
 
bool operator== (SignerEntry const &lhs, SignerEntry const &rhs)
 

Detailed Description

Definition at line 41 of file SignerEntries.h.

Constructor & Destructor Documentation

◆ SignerEntry()

ripple::SignerEntries::SignerEntry::SignerEntry ( AccountID const &  inAccount,
std::uint16_t  inWeight 
)

Definition at line 46 of file SignerEntries.h.

Friends And Related Function Documentation

◆ operator<

bool operator< ( SignerEntry const &  lhs,
SignerEntry const &  rhs 
)
friend

Definition at line 53 of file SignerEntries.h.

◆ operator==

bool operator== ( SignerEntry const &  lhs,
SignerEntry const &  rhs 
)
friend

Definition at line 59 of file SignerEntries.h.

Member Data Documentation

◆ account

AccountID ripple::SignerEntries::SignerEntry::account

Definition at line 43 of file SignerEntries.h.

◆ weight

std::uint16_t ripple::SignerEntries::SignerEntry::weight

Definition at line 44 of file SignerEntries.h.