Async dApp API
JSON-RPC disconnect
Null
curl \ <JSON_RPC_URL> \ -H 'content-type: application/json' \ --data @- <<'EOF' { "jsonrpc": "2.0", "id": 1, "method": "disconnect" } EOF
"<value>"
Was this page helpful?