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
Difference between rpc clients (e.g. when to use which client)
jsonrspee is only opens one websocket connection to the node (making it most likely the most efficient /fastest client). Offers the most convenience functions (subscription callbacks and such). Depends on tokio runtime.
ws client: Does not offer any convenience functions, but is simple and easily adaptable. Does not depend on tokio runtime.
tungstenite: offers (limited) reconnection possibilites. Other than that, similiar to ws-client.
This should include description on:
pallet-staking
andpallet-contracts
dependencies optional #522)The text was updated successfully, but these errors were encountered: