|
rippled
|

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) |
Definition at line 41 of file SignerEntries.h.
| ripple::SignerEntries::SignerEntry::SignerEntry | ( | AccountID const & | inAccount, |
| std::uint16_t | inWeight | ||
| ) |
Definition at line 46 of file SignerEntries.h.
|
friend |
Definition at line 53 of file SignerEntries.h.
|
friend |
Definition at line 59 of file SignerEntries.h.
| AccountID ripple::SignerEntries::SignerEntry::account |
Definition at line 43 of file SignerEntries.h.
| std::uint16_t ripple::SignerEntries::SignerEntry::weight |
Definition at line 44 of file SignerEntries.h.
1.8.17