plugeth/rpc/testdata/reqresp-paramsnull.js

5 lines
170 B
JavaScript
Raw Normal View History

// This test checks that calls with "params":null work.
--> {"jsonrpc":"2.0","method":"test_noArgsRets","params":null,"id":3}
<-- {"jsonrpc":"2.0","id":3,"result":null}