Files
tendermint/rpc/core
Anton Kaliaev d90dc9db26 rpc: add sort_order option to tx_search (#4342)
I have added order_by which can be "asc" or "desc" (should be in string format) in the tx_search RPC method.

Fixes: #3333

Author: @princesinha19
2020-01-27 21:20:56 +04:00
..
2020-01-20 14:41:26 +04:00
2020-01-20 14:41:26 +04:00
2020-01-20 14:41:26 +04:00
2019-10-17 10:42:28 +02:00
2020-01-20 14:41:26 +04:00
2020-01-20 14:41:26 +04:00
2020-01-20 14:41:26 +04:00
2020-01-20 14:41:26 +04:00
2020-01-20 14:41:26 +04:00
2019-12-05 10:12:08 +01:00
2019-09-18 11:45:03 +03:00
2020-01-20 14:41:26 +04:00

Tendermint RPC

Pagination

Requests that return multiple items will be paginated to 30 items by default. You can specify further pages with the ?page parameter. You can also set a custom page size up to 100 with the ?per_page parameter.