TransactionCost constructor

TransactionCost({
  1. required int fee,
})

Implementation

TransactionCost({
  required this.fee,
});