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, std::optional< uint256 > inTag)
 

Public Attributes

AccountID account
 
std::uint16_t weight
 
std::optional< uint256tag
 

Friends

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

Detailed Description

Definition at line 43 of file SignerEntries.h.

Constructor & Destructor Documentation

◆ SignerEntry()

ripple::SignerEntries::SignerEntry::SignerEntry ( AccountID const &  inAccount,
std::uint16_t  inWeight,
std::optional< uint256 inTag 
)

Definition at line 49 of file SignerEntries.h.

Friends And Related Function Documentation

◆ operator<

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

Definition at line 59 of file SignerEntries.h.

◆ operator==

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

Definition at line 65 of file SignerEntries.h.

Member Data Documentation

◆ account

AccountID ripple::SignerEntries::SignerEntry::account

Definition at line 45 of file SignerEntries.h.

◆ weight

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

Definition at line 46 of file SignerEntries.h.

◆ tag

std::optional<uint256> ripple::SignerEntries::SignerEntry::tag

Definition at line 47 of file SignerEntries.h.