xrpld
Loading...
Searching...
No Matches
xrpl::SignerEntries::SignerEntry Struct Reference

#include <SignerEntries.h>

Collaboration diagram for xrpl::SignerEntries::SignerEntry:

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

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

Detailed Description

Definition at line 30 of file SignerEntries.h.

Constructor & Destructor Documentation

◆ SignerEntry()

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

Definition at line 36 of file SignerEntries.h.

◆ operator<=>

auto operator<=> ( SignerEntry const & lhs,
SignerEntry const & rhs )
friend

Definition at line 45 of file SignerEntries.h.

◆ operator==

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

Definition at line 52 of file SignerEntries.h.

Member Data Documentation

◆ account

AccountID xrpl::SignerEntries::SignerEntry::account

Definition at line 32 of file SignerEntries.h.

◆ weight

std::uint16_t xrpl::SignerEntries::SignerEntry::weight

Definition at line 33 of file SignerEntries.h.

◆ tag

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

Definition at line 34 of file SignerEntries.h.