klay_getBlockTransactionCountByHash
Returns the number of transactions in a block from a block that matches the given hash.
Parameters
Type | Description |
---|---|
32-byte DATA | Hash of a block |
Return Value
Type | Description |
---|---|
QUANTITY | Integer of the number of transactions in this block. |
Example
Last updated