defaultLinearFee top-level constant

LinearFee const defaultLinearFee

fee calculation factors TODO update this from blockchain TODO verify fee calculation context of this values

Implementation

// const defaultLinearFee = LinearFee(constant: 2, coefficient: 500);
const defaultLinearFee = LinearFee(coefficient: minFeeA, constant: minFeeB);