CatapultServer
v0.5.0.1 (Elephant)
|
Binary layout for a verifiable entity header. More...
Public Attributes | |
catapult::Signature | Signature |
Entity signature. More... | |
Public Attributes inherited from catapult::model::SizePrefixedEntity | |
uint32_t | Size |
Entity size. More... | |
Static Public Attributes | |
static constexpr size_t | Header_Size = sizeof(uint32_t) + Signature_Size + Key_Size |
Size of the VerifiableEntity part that can be skipped when signing/verifying. More... | |
Additional Inherited Members | |
Public Member Functions inherited from catapult::model::SizePrefixedEntity | |
bool | operator== (const SizePrefixedEntity &rhs) const |
Returns true if this entity is equal to rhs. More... | |
bool | operator!= (const SizePrefixedEntity &rhs) const |
Returns true if this entity is not equal to rhs. More... | |
Public Member Functions inherited from catapult::utils::NonCopyable | |
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... | |
Protected Member Functions inherited from catapult::model::SizePrefixedEntity | |
const uint8_t * | ToBytePointer () const |
Returns byte-based const pointer to this entity. More... | |
uint8_t * | ToBytePointer () |
Returns byte-based pointer to this entity. More... | |
Static Protected Member Functions inherited from catapult::model::SizePrefixedEntity | |
template<typename T > | |
static auto | PayloadStart (T &entity) |
Gets the start of the variable data part of entity. More... | |
Binary layout for a verifiable entity header.
|
staticconstexpr |
Size of the VerifiableEntity part that can be skipped when signing/verifying.
catapult::Signature catapult::model::VerifiableEntityHeader::Signature |
Entity signature.