ledger-core
|
#include <EstimatedSize.hpp>
Public Member Functions | |
EstimatedSize (int32_t Min_, int32_t Max_) | |
EstimatedSize (const EstimatedSize &cpy) | |
EstimatedSize & | operator= (const EstimatedSize &cpy) |
template<class Archive > | |
void | load (Archive &archive) |
template<class Archive > | |
void | save (Archive &archive) const |
Public Attributes | |
int32_t | Min |
int32_t | Max |
Estimation size (minimum and maximum).
This is typically used to estimate size (in bytes) of raw transactions.