daemon-rpc: get_output_distribution params

This commit is contained in:
plowsof 2024-09-30 00:11:47 +00:00 committed by nahuhh
parent 0fba393c33
commit c1e7353932

View file

@ -1280,6 +1280,8 @@ Inputs:
- _cumulative_ - boolean; (optional, default is `false`) States if the result should be cumulative (`true`) or not (`false`)
- _from_height_ - unsigned int; (optional, default is 0) starting height to check from
- _to_height_ - unsigned int; (optional, default is 0) ending height to check up to
- _binary_ - boolean; for disabling epee encoding
- _compress_ - boolean; ignored if `binary` set to `false`
Outputs:
@ -1302,7 +1304,7 @@ $ curl http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"g
"distributions": [{
"amount": 2628780000,
"base": 0,
"distribution": "",
"distribution": [ ... ],
"start_height": 1462078
}],
"status": "OK"