# Functions

NewLinearFee returns a pointer to a new LinearFee from the provided params.

# Structs

LinearFee contains parameters for the linear fee equation `TxFeeFixed + len_bytes(tx) * TxFeePerByte`.