Hello,
I was trying to figure out how BlockSci works, but I was not able to obtain list of transaction for a given address num.
add_num = 10000
address = blocksci.Address(add_num, blocksci.address_type.pubkeyhash)
But:
address.txes()
keeps giving me an empty list.
Hello,
I was trying to figure out how BlockSci works, but I was not able to obtain list of transaction for a given address num.
But:
address.txes()keeps giving me an empty list.