FeeHistorical class
Represents the historical fee levels with slow, normal, high, and base fee details.
Constructors
- FeeHistorical({required BigInt slow, required BigInt normal, required BigInt high, required BigInt baseFee})
- 
          
            const
Properties
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited