mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
4 lines
174 B
JavaScript
4 lines
174 B
JavaScript
// This test calls the test_noArgsRets method.
|
|
|
|
--> {"jsonrpc": "2.0", "id": "foo", "method": "test_noArgsRets", "params": []}
|
|
<-- {"jsonrpc":"2.0","id":"foo","result":null}
|