Blockchain.info block explorer help

0

Using the python blockchain.info client

When I attempt to get blocks and print the result I get this output:

<blockchain.blockexplorer.SimpleBlock object at 0x103c6b208>

How can I access the information about this object?

unspentknowledge

Posted 2019-06-11T23:59:48.807

Reputation: 1

4This sounds like a Python programming question.Pieter Wuille 2019-06-12T00:00:46.940

No answers