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 paramsand 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