|
xrpld
|
#include <ValidatorList.h>

Public Member Functions | |
| MessageWithHash ()=default | |
| MessageWithHash (std::shared_ptr< Message > const &message, uint256 hash, std::size_t num) | |
Public Attributes | |
| std::shared_ptr< Message > | message |
| uint256 | hash |
| std::size_t | numVLs = 0 |
Definition at line 327 of file ValidatorList.h.
|
explicitdefault |
|
explicit |
Definition at line 123 of file ValidatorList.cpp.
| std::shared_ptr<Message> xrpl::ValidatorList::MessageWithHash::message |
Definition at line 334 of file ValidatorList.h.
| uint256 xrpl::ValidatorList::MessageWithHash::hash |
Definition at line 335 of file ValidatorList.h.
| std::size_t xrpl::ValidatorList::MessageWithHash::numVLs = 0 |
Definition at line 336 of file ValidatorList.h.