net_version
Parameters
Returns
Example
curl https://rpc.testnet.radiustech.xyz/<YOUR-RPC-ENDPOINT> \
-X POST \
-H "Content-Type: application/json" \
-d '
{
"jsonrpc": "2.0",
"method": "net_version",
"params": [],
"id": 1
}
'{
"jsonrpc": "2.0",
"result": "1",
"id": 1
}cast rpc net_version \
--rpc-url https://rpc.testnet.radiustech.xyz/<YOUR-RPC-ENDPOINT>"1"Last updated
Was this helpful?

