Open snub-fighter opened 3 years ago
Sorry I know this is old but its returning class objects:
class EtherscanTransaction:
txhash: string
block_height: int
timestamp: int
nonce: int
from_address: string
to_address: string
value: int
gas_price: int
tx_input: string
position_in_block: int
is_error: bool
Just iterate and reference these fields and it will work
Tip: You can also use the vars() keyword to output a Python dict.
Im not sure what I am supposed to do with this output in order to see the actual TX information.