EIP1559Information class

Constructors

EIP1559Information({required EtherAmount lastBaseFeePerGas, required EtherAmount maxPriorityFeePerGas, required EtherAmount maxFeePerGas, required BigInt estimatedGas})
EIP1559Information.fromJson(Map<String, String> json)
factory

Properties

estimatedGas BigInt
final
hashCode int
The hash code for this object.
no setterinherited
lastBaseFeePerGas EtherAmount
final
maxFeePerGas EtherAmount
final
maxPriorityFeePerGas EtherAmount
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, String>
toString() String
A string representation of this object.
inherited

Operators

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