mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 22:47:24 +00:00
10 lines
118 B
JSON
10 lines
118 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"id": "",
|
|
"method": "hello_world",
|
|
"params": {
|
|
"name": "my_world",
|
|
"num": 5
|
|
}
|
|
}
|