达世币全节点


eth-api-list

<table> <thead> <tr> <th>api</th> <th>描述</th> <th>预估工时</th> </tr> </thead> <tbody> <tr> <td>eth_accounts</td> <td>返回账户信息</td> <td></td> </tr> <tr> <td>eth_blockNumber</td> <td>返回本地最优链上的区块数量</td> <td>~</td> </tr> <tr> <td>eth_call</td> <td>调用</td> <td>~</td> </tr> <tr> <td>eth_estimateGas</td> <td>估计gas</td> <td>~</td> </tr> <tr> <td>eth_gasPrice</td> <td>返回gasPrice</td> <td>~</td> </tr> <tr> <td>eth_getBalance</td> <td>返回余额</td> <td>~</td> </tr> <tr> <td>eth_getBlockByHash</td> <td>根据区块hash返回区块信息</td> <td></td> </tr> <tr> <td>eth_getBlockByNumber</td> <td>根据区块数返回区块信息</td> <td></td> </tr> <tr> <td>eth_getBlockTransactionCountByHash</td> <td>根据hash返回区块交易数量</td> <td></td> </tr> <tr> <td>eth_getBlockTransactionCountByNumber</td> <td>根据区块数返回区块交易数量</td> <td></td> </tr> <tr> <td>eth_getCode</td> <td>编码</td> <td></td> </tr> <tr> <td>eth_getLogs</td> <td>返回日志</td> <td></td> </tr> <tr> <td>eth_getStorageAt</td> <td>返回指定地址的存储位置</td> <td></td> </tr> <tr> <td>eth_getTransactionByBlockHashAndIndex</td> <td>根据hash返回交易信息</td> <td></td> </tr> <tr> <td>eth_getTransactionByBlockNumberAndIndex</td> <td>根据区块数返回交易信息</td> <td></td> </tr> <tr> <td>eth_getTransactionByHash</td> <td>根据hash返回交易信息</td> <td>~</td> </tr> <tr> <td>eth_getTransactionCount</td> <td>返回发出的交易数量</td> <td></td> </tr> <tr> <td>eth_getTransactionReceipt</td> <td>交易收据</td> <td>~</td> </tr> <tr> <td>eth_getWork</td> <td>返回当前区块的信息</td> <td></td> </tr> <tr> <td>eth_hashrate</td> <td>挖矿效率</td> <td></td> </tr> <tr> <td>eth_mining</td> <td>挖矿</td> <td></td> </tr> <tr> <td>eth_protocolVersion</td> <td>返回协议版本</td> <td></td> </tr> <tr> <td>eth_sendRawTransaction</td> <td>广播交易</td> <td>~</td> </tr> <tr> <td>eth_submitWork</td> <td>用于工作证明</td> <td></td> </tr> <tr> <td>eth_syncing</td> <td>返回是否同步完毕</td> <td>~</td> </tr> <tr> <td>net_listening</td> <td>监听</td> <td></td> </tr> <tr> <td>net_peerCount</td> <td>连接到当前节点的数量</td> <td>~</td> </tr> <tr> <td>net_version</td> <td>当前networkID</td> <td></td> </tr> </tbody> </table>

页面列表

ITEM_HTML