Files
tendermint/internal/rpc/jsonrpc/test/data.json
William Banfield bfde59a72f initial movement
2022-07-21 19:39:17 -04:00

10 lines
118 B
JSON

{
"jsonrpc": "2.0",
"id": "",
"method": "hello_world",
"params": {
"name": "my_world",
"num": 5
}
}