远程RPC访问的method方法列表和params,有文档吗? 目前只测试出一个方法curl -X POST \ http://127.0.0.1:46657 \ -H 'Content-Type: application/json' \ -d '{ "jsonrpc":"2.0", "method":"info", "params":[], "id":"1" }'
远程RPC访问的method方法列表和params,有文档吗?
目前只测试出一个方法curl -X POST
http://127.0.0.1:46657
-H 'Content-Type: application/json'
-d '{
"jsonrpc":"2.0",
"method":"info",
"params":[],
"id":"1"
}'