JSONRPCService mixin
A mixin for providing JSON-RPC service functionality.
Properties
Methods
-
call(
ETHRequestDetails params, [Duration? timeout]) → Future< Map< String, dynamic> > -
Makes a JSON-RPC call with the specified
params
and optionaltimeout
. Returns a Future<Map<String, dynamic>> representing the JSON-RPC response. -
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