ipld-eth-server/vendor/github.com/ethereum/go-ethereum/rpc/testdata/reqresp-noargsrets.js
2019-12-02 13:24:50 -06:00

5 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}