|
rippled
|

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 43 of file SignerEntries.h.
| ripple::SignerEntries::SignerEntry::SignerEntry | ( | AccountID const & | inAccount, |
| std::uint16_t | inWeight, | ||
| std::optional< uint256 > | inTag | ||
| ) |
Definition at line 49 of file SignerEntries.h.
|
friend |
Definition at line 59 of file SignerEntries.h.
|
friend |
Definition at line 65 of file SignerEntries.h.
| AccountID ripple::SignerEntries::SignerEntry::account |
Definition at line 45 of file SignerEntries.h.
| std::uint16_t ripple::SignerEntries::SignerEntry::weight |
Definition at line 46 of file SignerEntries.h.
| std::optional<uint256> ripple::SignerEntries::SignerEntry::tag |
Definition at line 47 of file SignerEntries.h.
1.8.17