pub fn tx_estimated_size_fjord(input: &[u8]) -> u64
Expand description
Calculate the estimated compressed transaction size in bytes, scaled by 1e6. This value is computed based on the following formula: max(minTransactionSize, intercept + fastlzCoef*fastlzSize)