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 js client for a given network can either use the REST or RPC url based on the implementation.
Having them as rest_endpoint and rpc_endpoint in place of endpoint will make it easier to understand for the user and if the js client only requires RPC endpoint then rpc_endpoint value can be skipped in the config and vice-versa.
While doing node-info, user can confirm if REST or RPC endpoint was required.
The text was updated successfully, but these errors were encountered:
The js client for a given network can either use the REST or RPC url based on the implementation.
Having them as
rest_endpoint
andrpc_endpoint
in place ofendpoint
will make it easier to understand for the user and if the js client only requires RPC endpoint thenrpc_endpoint
value can be skipped in the config and vice-versa.While doing
node-info
, user can confirm if REST or RPC endpoint was required.The text was updated successfully, but these errors were encountered: