Created
August 13, 2018 09:43
-
-
Save xeroc/399681df3e656b213cb93e07de8b3195 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from bitshares import BitShares | |
from bitshares.account import Account | |
bts = BitShares("wss://node.bitshares.eu") | |
account = Account("xeroc", blockchain_instance=bts) | |
print(account.balances) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment