ISendUserOperationOpts class

Options for sending user operations.

dryRun: A boolean indicating whether the user operation should be sent without actually executing it. onBuild: A callback function to be called after the user operation has been built.

Constructors

ISendUserOperationOpts()

Properties

dryRun bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onBuild ↔ (dynamic Function(IUserOperation op)?)
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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