August 2018
Intermediate to advanced
90 pages
1h 57m
English
The next class from the bitcoin blockchain library is called statistics.
There are a number of methods that can be called to get a wide variety of blockchain stats data, for example, as shown in the following screenshot:

You can call the different methods as follows:
#!/usr/bin/env python# import blockchain libraryfrom blockchain import statistics# get the stats objectstats = statistics.get() ...
Read now
Unlock full access