更新时间:2023-08-09 GMT+08:00
History方法
将每个区块的历史记录追溯到创世块。 这就像一个大的附加文件,包括所有区块头、区块体、叔块和交易收据
- eth_getBlockTransactionCountByHash
- eth_getBlockTransactionCountByNumber
- eth_getUncleCountByBlockHash
- eth_getUncleCountByBlockNumber
- eth_getBlockByHash
- eth_getBlockByNumber
- eth_getTransactionByHash
- eth_getTransactionByBlockHashAndIndex
- eth_getTransactionByBlockNumberAndIndex
- eth_getTransactionReceipt
- eth_getUncleByBlockHashAndIndex
- eth_getUncleByBlockNumberAndIndex
父主题: 常用以太坊API列表