WaitTxOptions class

Options for waiting on transaction delivering.

Constructors

WaitTxOptions()

Properties

hashCode int
The hash code for this object.
no setterinherited
ignoreSyntheticTxs bool
If set to true, only the user tx status is checked. If set to false, will also wait on the associated synthetic txs to be delivered. Default: false
getter/setter pair
pollInterval int
Interval between each tx status poll. Duration in ms. Default: 500ms.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int
Timeout after which status polling is aborted. Duration in ms. Default: 30000ms (30s)
getter/setter pair
toMap Map<String, dynamic>
no setter

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