MCPcopy Create free account
hub / github.com/bitpay/bitcore / getBestBlockHash

Method getBestBlockHash

packages/bitcore-node/src/rpc.ts:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 }
71
72 getBestBlockHash() {
73 return this.asyncCall('getbestblockhash', []);
74 }
75
76 getBlockHeight() {
77 return this.asyncCall('getblockcount', []);

Callers

nothing calls this directly

Calls 1

asyncCallMethod · 0.95

Tested by

no test coverage detected