IClient class abstract

An interface for the client class.

This interface contains two methods - sendUserOperation and buildUserOperation - which must be implemented in any concrete class.

Implementers

Constructors

IClient()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildUserOperation(IUserOperationBuilder builder) Future<IUserOperation>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendUserOperation(IUserOperationBuilder builder, {ISendUserOperationOpts? opts}) Future<ISendUserOperationResponse>
toString() String
A string representation of this object.
inherited

Operators

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