klay_getBlockTransactionCountByNumber
Returns the number of transactions in a block matching the given block number.
Parameters
Type
Description
QUANTITY | TAG
Integer or hexadecimal block number, or the string "earliest"
, "latest"
or "pending"
.
Return Value
Type
Description
QUANTITY
Integer of the number of transactions in this block.
Example
Last updated