eth_getBlockTransactionCountByNumber: Eth getBlockTransactionCountByNumber

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 number.

Usage

1
2
eth_getBlockTransactionCountByNumber(block_number,
  rpc_address = "http://localhost:8545")

Arguments

block_number

hex value of a block number, or the string "earliest", "latest" or "pending".

rpc_address

The address of the RPC API.

Value

QUANTITY - integer of the number of transactions in this block, hex format


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