plugeth/rpc/testdata/reqresp-noargsrets.js

5 lines
174 B
JavaScript
Raw Normal View History

// This test calls the test_noArgsRets method.
--> {"jsonrpc": "2.0", "id": "foo", "method": "test_noArgsRets", "params": []}
<-- {"jsonrpc":"2.0","id":"foo","result":null}