CatapultServer
v0.5.0.1 (Elephant)
|
A block hashes request. More...
Public Attributes | |
uint32_t | NumHashes |
Requested number of hashes. More... | |
![]() | |
catapult::Height | Height |
Requested block height. More... | |
![]() | |
uint32_t | Size |
Size of the packet. More... | |
PacketType | Type |
Type of the packet. More... | |
Additional Inherited Members | |
![]() | |
uint8_t * | Data () |
Returns a non-const pointer to data contained in this packet. More... | |
constexpr const uint8_t * | Data () const |
Returns a const pointer to data contained in this packet. More... | |
![]() | |
constexpr | NonCopyable ()=default |
Default constructor. More... | |
~NonCopyable ()=default | |
Default destructor. More... | |
NonCopyable (const NonCopyable &)=delete | |
Disabled copy constructor. More... | |
NonCopyable & | operator= (const NonCopyable &)=delete |
Disabled assignment operator. More... | |
![]() | |
static constexpr ionet::PacketType | Packet_Type |
A block hashes request.
uint32_t catapult::api::BlockHashesRequest::NumHashes |
Requested number of hashes.