[#MIN_SERIALIZABLE_TRANSACTION_WEIGHT] = MIN_SERIALIZABLE_TRANSACTION_WEIGHT :mrdocs: Minimum weight of any serializable CTransaction (10 bytes is the lower bound for its serialized size). == Synopsis Declared in `<consensus/consensus.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr size_t MIN_SERIALIZABLE_TRANSACTION_WEIGHT = WITNESS_SCALE_FACTOR * 10; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#