FEE_PER_BYTE_CHUNK_SIZE

const val FEE_PER_BYTE_CHUNK_SIZE: Int = 256

Fee per byte is rounded up in chunks. This helps makes estimates more accurate. It's suggested to make this a power of two, to relate to the underlying storage cost / page sizes for storing a transaction.