You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The node client has been split out into a client per API:
REST API - NodeRestClient
RPC API - NodeRpcClient
Speculative RPC API - NodeSpeculativeRpcClient
SSE API - NodeSseClient
This allows finer grained access to a Node's API surface. Certain endpoints (e.g. REST) that were previously unavailable are now supported. Furthermore some of the RPC endpoint functions now optionally return strong types rather than simply dictionaries dumped from json blobs.