FeeEstimation class

Constructors

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

Properties

chainId String
getter/setter pair
GAS_BUFFER int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
operations List<OperationModel>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server String
getter/setter pair

Methods

dryRunOperation(String server, String chainId, List<OperationModel> localOperations) → dynamic
estimateFees() Future<Map<String, dynamic>>
estimateOperation(String server, String chainId, dynamic opResults) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited