Constant zebra_chain::transaction::MIN_TRANSPARENT_TX_SIZE

source ·
pub const MIN_TRANSPARENT_TX_SIZE: u64 = _; // 54u64
Expand description

All txs must have at least one input, a 4 byte locktime, and at least one output.

Shielded transfers are much larger than transparent transfers, so this is the minimum transaction size.