Provider request method name
Optional
params: readonly unknown[]Provider request parameters
Optional
timeout: numberOptional. The time in milliseconds to wait for the request result. Default is 30000.
The result of the provider request
Sends a provider request to the Grindery RPC API and waits for the result.
Request method name
Optional
params: object | unknown[]Request parameters
The result of the request
Sends a request to the Grindery Walletconnect RPC API.
Protected
sendProtected
Provider request method name
Optional
params: readonly unknown[]Provider request parameters
Promise resolving with the request token to use in the waitGrinderyRpcProviderRequest
method
Sends a provider request to the Grindery RPC API.
Protected
waitProtected
A token to identify provider request. Recieved in the results of sendGrinderyRpcProviderRequest
method.
Optional
timeout: numberOptional. The time in milliseconds to wait for the request result. Default is 30000.
The result of the provider request
Waits for the result of the provider request.
Summary
The Grindery RPC API wrapper class
Since
0.2.0