FeeEstimation constructor
FeeEstimation(
- String server,
- List<
OperationModel> operations, { - String chainId = 'main',
Implementation
FeeEstimation(this.server, this.operations, {this.chainId = 'main'});