eth_getBlockTransactionCountByHash: Returns the number of transactions in a block matching the...

Description Usage Arguments Value Examples

View source: R/rpc-eth.R

Description

Returns the number of transactions in a block matching the given block hash.

Usage

1

Arguments

hash

Hash of a block.

Value

Integer.

Examples

1
2
3
4
5
6
## Not run: 
eth_getBlockTransactionCountByHash(
  "0xb6d656ead4c3d4b1aa24d6b4d3d4cde8c090794e597258993512d650f088fcba"
)

## End(Not run)

DataWookie/ether documentation built on Feb. 1, 2020, 2:27 p.m.