RE: RE: HIVE上使用steem-python的一些尝试 (上)
You are viewing a single comment's thread from:

RE: HIVE上使用steem-python的一些尝试 (上)

fishaa(48)
Published in
#cn
Words
15
Reading
1 min
Listen
Play
6y

这样:

node = 'https://anyx.io'
hive=Hive(nodes=node)

举个查询账户余额的例子:

from hive.account import Account
from hive import Hive


node = 'https://anyx.io'
hive=Hive(nodes=node)
acc=Account("fishaa",hived_instance=hive)
banner=acc.get_balances()
print(banner)
@fishaa: 这样: node = ' | Ecency