Learn R Programming

ether (version 0.1.6)

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

Description

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

Usage

eth_getBlockTransactionCountByHash(hash)

Arguments

hash

Hash of a block.

Value

Integer.

Examples

Run this code
# NOT RUN {
eth_getBlockTransactionCountByHash(
  "0xb6d656ead4c3d4b1aa24d6b4d3d4cde8c090794e597258993512d650f088fcba"
)
# }

Run the code above in your browser using DataLab