Wire Sysio Wire Sysion 1.0.0
|
#include <common.hpp>
Public Member Functions | |
checksummed_data () | |
Static Public Member Functions | |
static auto | calculate_checksum (const DataType &data, const char *prefix=nullptr) |
Public Attributes | |
uint32_t | check = 0 |
DataType | data |
Definition at line 11 of file common.hpp.
|
inline |
Definition at line 12 of file common.hpp.
|
inlinestatic |
Definition at line 16 of file common.hpp.
uint32_t fc::crypto::checksummed_data< DataType >::check = 0 |
Definition at line 13 of file common.hpp.
DataType fc::crypto::checksummed_data< DataType >::data |
Definition at line 14 of file common.hpp.