execute
Executes a raw JSON-RPC request on the client session.
Lower-level than executeMethod — allows full control over the RPC request structure.
Type Parameters
Parameters
request
Complete JSON-RPC request object. See JSONRPCRequest.
options
Optional RPC execution options (timeout, etc.). See PendingRPCOptions.
Returns
Promise<T>
The RPC response.
Throws
If the RPC call returns an error response.
Examples
Send a raw JSON-RPC request
See
executeMethod— higher-level wrapper for member-targeted Verto methods.