Returns best block hash (hash of the chaintip)
takes no arguments
name | type | description |
---|---|---|
blockHash | promise (string) | hash of chaintip |
Returns best block height (height of the chaintip)
takes no arguments
name | type | description |
---|---|---|
height | promise (string) | height of chaintip |
Returns block hash for a given height.
name | type | description |
---|---|---|
args.height | number | block height |
name | type | description |
---|---|---|
blockHash | promise (string) | promise containing a string of a block hash |