UtxoFeeInformation constructor

const UtxoFeeInformation({
  1. required Amount feePerByte,
  2. Amount? fee,
})

Implementation

const UtxoFeeInformation({
  required this.feePerByte,
  this.fee,
});