+ quotation provider
This commit is contained in:
12
frontend/pshared/lib/models/payment/fees/network.dart
Normal file
12
frontend/pshared/lib/models/payment/fees/network.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
import 'package:pshared/models/payment/money.dart';
|
||||
|
||||
|
||||
class NetworkFee {
|
||||
final Money? networkFee;
|
||||
final String? estimationContext;
|
||||
|
||||
const NetworkFee({
|
||||
required this.networkFee,
|
||||
required this.estimationContext,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user