Handbook
Glossary
get-block-count ( -- n )
Vocabulary
bitcoin
.
client
Inputs
None
Outputs
n
a
number
Word description
Returns the number of blocks in the longest block chain.
Definition
USING:
bitcoin.client.private
;
IN:
bitcoin.client
:
get-block-count
( -- n )
"getblockcount"
{
}
bitcoin-request
;