GetBlockCount()
Get details about the number of blocks in the chosen blockchain, including information about the last block or its height.
Method Signature
Parameters
Name | Type | Description |
---|---|---|
| String | Blockchain address in hex |
Example
Result
The result will be of type Map
, but for easier readability, here is the equivalent in JSON.
Last updated