FeeEstimation constructor

FeeEstimation(
  1. String server,
  2. List<OperationModel> operations, {
  3. String chainId = 'main',
})

Implementation

FeeEstimation(this.server, this.operations, {this.chainId = 'main'});