json_rpc library

Classes

JsonRPC
RpcInterceptor
RPCResponse
Response from the server to an rpc request. Contains the id of the request and the corresponding result as sent by the server.
RpcService

Typedefs

OnRpcUrlError = Future<String?> Function(String currentUrl)

Exceptions / Errors

RPCError
Exception thrown when an the server returns an error code to an rpc request.