Files
tendermint/rpc/core
Marko c5ecd802a2 docs: update links to rpc (#4348)
* docs: update links to rpc

- links to rpc have not been updated. thank you @okwme

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>

* Update docs/app-dev/indexing-transactions.md
2020-01-28 12:33:28 +01:00
..
2020-01-20 14:41:26 +04:00
2020-01-20 14:41:26 +04:00
2020-01-28 12:33:28 +01: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.