Guest User

Untitled

a guest
Jun 18th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import os
  2. os.environ['CRYPTOTOOLS_NETWORK'] = 'test'
  3.  
  4. from btctools import Address
  5.  
  6. address = Address('n2NGrooSecJaiD6ssp4YqFoj9eZ7GrCJ66')
  7.  
  8. >>> address.balance()
  9. 0.55
Add Comment
Please, Sign In to add comment