Skip to content

Commit 73693f4

Browse files
committed
docs(xdposchain): port JSONRPC documentation from XDPoSChain
Add XDPoSChain API docs (admin/debug/eth/miner/net/rpc/txpool) with JSON response examples and update docs index navigation.
1 parent 0d8024d commit 73693f4

29 files changed

Lines changed: 196080 additions & 1 deletion

docs/XDPoSChain/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# XDC blockchain JSONRPC API
2+
3+
Modules:
4+
5+
- [XDPoS](./XDPoS/XDPoS.md)
6+
- [admin](./admin/admin.md)
7+
- [debug](./debug/debug.md)
8+
- [eth](./eth/eth.md)
9+
- [miner](./miner/miner.md)
10+
- [net](./net/net.md)
11+
- [rpc](./rpc/rpc.md)
12+
- [txpool](./txpool/txpool.md)
13+
- [web3](./web3/web3.md)
14+
15+
Notice: type `BlockNumber` is the block number in hexadecimal format or the string `latest`, `earliest`, `pending` or `finalized`.

0 commit comments

Comments
 (0)