摘要: //获取链上最高块 public long blockNumHight() throws IOException { return web3j.ethBlockNumber().send().getBlockNumber().longValue(); } //获取gas public BigInte 阅读全文
posted @ 2020-09-15 20:16 panda's 阅读(457) 评论(0) 推荐(0) 编辑