Minimum weight of a valid serialized CTransaction (60 bytes is the lower bound for its serialized size).
Synopsis
Declared in <consensus/consensus.h>
inline constexpr size_t MIN_TRANSACTION_WEIGHT = WITNESS_SCALE_FACTOR * 60;
Created with MrDocs