RefetchParams class

Constructors

RefetchParams.new({required String txHash, required String chainId})

Properties

chainId String
The chain where the deposit was originally made
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
map Map<String, dynamic>
A map of the params, where nulls are removed
getter/setter pair
queryString String
The query string
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
txHash String
The transaction hash that started the gas refilling process
getter/setter pair

Methods

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