async request()
Last updated
Was this helpful?
Last updated
Was this helpful?
Invokes the selected RPC method. Depeding on the provider chain it will invoke a or an .
Type
async request(request): any
Parameters
request
Request
Request method and parameters.
Request
Return Type
Any
- Data returned from the request, depends on the invoked RPC method.
Example
TypeScript