| 
    rippled
    
   | 
 
#include <SignerEntries.h>

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< uint256 > | tag | 
Friends | |
| bool | operator< (SignerEntry const &lhs, SignerEntry const &rhs) | 
| bool | operator== (SignerEntry const &lhs, SignerEntry const &rhs) | 
Definition at line 32 of file SignerEntries.h.
| ripple::SignerEntries::SignerEntry::SignerEntry | ( | AccountID const & | inAccount, | 
| std::uint16_t | inWeight, | ||
| std::optional< uint256 > | inTag | ||
| ) | 
Definition at line 38 of file SignerEntries.h.
      
  | 
  friend | 
Definition at line 47 of file SignerEntries.h.
      
  | 
  friend | 
Definition at line 54 of file SignerEntries.h.
| AccountID ripple::SignerEntries::SignerEntry::account | 
Definition at line 34 of file SignerEntries.h.
| std::uint16_t ripple::SignerEntries::SignerEntry::weight | 
Definition at line 35 of file SignerEntries.h.
| std::optional<uint256> ripple::SignerEntries::SignerEntry::tag | 
Definition at line 36 of file SignerEntries.h.