Minimum weight of any serializable CTransaction (10 bytes is the lower bound for its serialized size).

Synopsis

Declared in <consensus/consensus.h>

inline constexpr size_t MIN_SERIALIZABLE_TRANSACTION_WEIGHT = WITNESS_SCALE_FACTOR * 10;

Created with MrDocs