bhive_acc.get_voting_power()))
 print("hive_acc.voting_power() {}".format(hive_acc.voting_power()))
 # get_followers()
 print("bhive_acc.get_followers()  {}".format(bhive_acc.get_followers()))
 print("hive_acc.get_followers() {}".format(hive_acc.get_followers()))
 # get_following()
 print("bhive_acc.get_following()  {}".format(bhive_acc.get_following()))
 print("hive_acc.get_following() {}".format(hive_acc.get_following()))
 # has_voted()
 print("bhive_acc.has_voted()  {}".format(
     bhive_acc.has_voted("@thecrazygm/api-methods-list-for-appbase")))
 print("hive_acc.has_voted() {}".format(
     hive_acc.has_voted(
         hivePost("@thecrazygm/api-methods-list-for-appbase"))))
 # curation_stats()
 print("bhive_acc.curation_stats()  {}".format(bhive_acc.curation_stats()))
 print("hive_acc.curation_stats() {}".format(hive_acc.curation_stats()))
 # virtual_op_count
 print("bhive_acc.virtual_op_count()  {}".format(
     bhive_acc.virtual_op_count()))
 print("hive_acc.virtual_op_count() {}".format(hive_acc.virtual_op_count()))
 # get_account_votes
 print("bhive_acc.get_account_votes()  {}".format(
     bhive_acc.get_account_votes()))
 print("hive_acc.get_account_votes() {}".format(
     hive_acc.get_account_votes()))
 # get_withdraw_routes
 print("bhive_acc.get_withdraw_routes()  {}".format(
     bhive_acc.get_withdraw_routes()))
 print("hive_acc.get_withdraw_routes() {}".format(
     hive_acc.get_withdraw_routes()))
Exemplo n.º 2
0
 print("steem_acc.voting_power() {}".format(steem_acc.voting_power()))
 # get_followers()
 print("bsteem_acc.get_followers()  {}".format(bsteem_acc.get_followers()))
 print("steem_acc.get_followers() {}".format(steem_acc.get_followers()))
 # get_following()
 print("bsteem_acc.get_following()  {}".format(bsteem_acc.get_following()))
 print("steem_acc.get_following() {}".format(steem_acc.get_following()))
 # has_voted()
 print("bsteem_acc.has_voted()  {}".format(
     bsteem_acc.has_voted("@thecrazygm/api-methods-list-for-appbase")))
 print("steem_acc.has_voted() {}".format(
     steem_acc.has_voted(
         hivePost("@thecrazygm/api-methods-list-for-appbase"))))
 # curation_stats()
 print("bsteem_acc.curation_stats()  {}".format(
     bsteem_acc.curation_stats()))
 print("steem_acc.curation_stats() {}".format(steem_acc.curation_stats()))
 # virtual_op_count
 print("bsteem_acc.virtual_op_count()  {}".format(
     bsteem_acc.virtual_op_count()))
 print("steem_acc.virtual_op_count() {}".format(
     steem_acc.virtual_op_count()))
 # get_account_votes
 print("bsteem_acc.get_account_votes()  {}".format(
     bsteem_acc.get_account_votes()))
 print("steem_acc.get_account_votes() {}".format(
     steem_acc.get_account_votes()))
 # get_withdraw_routes
 print("bsteem_acc.get_withdraw_routes()  {}".format(
     bsteem_acc.get_withdraw_routes()))
 print("steem_acc.get_withdraw_routes() {}".format(