call abstract method

Future<Map<String, dynamic>> call(
  1. RPCRequestDetails params
)

Makes an RPC call with the provided parameters.

The params parameter represents the details of the RPC request. Returns a Future that completes with the response data.

Implementation

Future<Map<String, dynamic>> call(RPCRequestDetails params);