eth_getBlockTransactionCountByHash: Eth gethBlockTransactionCountByHash

Description Usage Arguments Value

View source: R/ethRPCFunctions.R

Description

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

Usage

1
2
eth_getBlockTransactionCountByHash(block_hash,
  rpc_address = "http://localhost:8545")

Arguments

block_hash

32 Bytes - hash of a block.

rpc_address

The address of the RPC API.

Value

hex value of the number of transactions in this block.


BSDStudios/ethr documentation built on May 5, 2019, 10:26 a.m.