mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 22:47:24 +00:00
More changes: - remove Client interface (reason: empty) - introduce HTTPClient interface, which can be used for both ClientURI and ClientJSONRPC clients (so our users don't have to create their own) (Refs #8) - rename integration tests script to `integration_test.sh` - do not update deps on `get_deps`
10 lines
118 B
JSON
10 lines
118 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"id": "",
|
|
"method": "hello_world",
|
|
"params": {
|
|
"name": "my_world",
|
|
"num": 5
|
|
}
|
|
}
|