web3.eth.getBlockTransactionCount

若是你但願立刻開始學習以太坊DApp開發,能夠訪問匯智網提供的出色的在線互動教程:web

返回指定區塊的交易數量。異步

調用:函數

web3.eth.getBlockTransactionCount(hashStringOrBlockNumber [, callback])

參數:學習

  • hashStringBlockNumber: Number|String -(可選)若是未傳遞參數,默認使用web3.eth.defaultBlock定義的塊,不然使用指定區塊。
  • callback: Function - 回調函數,用於支持異步的方式執行7。

返回值:3d

  • Nubmer - 給定區塊的交易數量。

示例:code

var number = web3.eth.getBlockTransactionCount("0x407d73d8a49eeb85d32cf465507dd71d507100c1");
console.log(number); // 1
相關文章
相關標籤/搜索