hive_acc = hiveAccount("thecrazygm", hived_instance=hv2)

    # profile
    print("bhive_acc.profile  {}".format(bhive_acc.profile))
    print("hive_acc.profile {}".format(hive_acc.profile))
    # hp
    print("bhive_acc.hp  {}".format(bhive_acc.hp))
    print("hive_acc.hp {}".format(hive_acc.hp))
    # rep
    print("bhive_acc.rep  {}".format(bhive_acc.rep))
    print("hive_acc.rep {}".format(hive_acc.rep))
    # balances
    print("bhive_acc.balances  {}".format(bhive_acc.balances))
    print("hive_acc.balances {}".format(hive_acc.balances))
    # get_balances()
    print("bhive_acc.get_balances()  {}".format(bhive_acc.get_balances()))
    print("hive_acc.get_balances() {}".format(hive_acc.get_balances()))
    # reputation()
    print("bhive_acc.get_reputation()  {}".format(bhive_acc.get_reputation()))
    print("hive_acc.reputation() {}".format(hive_acc.reputation()))
    # voting_power()
    print("bhive_acc.get_voting_power()  {}".format(
        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()
Пример #2
0
    steem_acc = hiveAccount("thecrazygm", hived_instance=hv2)

    # profile
    print("bsteem_acc.profile  {}".format(bsteem_acc.profile))
    print("steem_acc.profile {}".format(steem_acc.profile))
    # hp
    print("bsteem_acc.hp  {}".format(bsteem_acc.hp))
    print("steem_acc.hp {}".format(steem_acc.hp))
    # rep
    print("bsteem_acc.rep  {}".format(bsteem_acc.rep))
    print("steem_acc.rep {}".format(steem_acc.rep))
    # balances
    print("bsteem_acc.balances  {}".format(bsteem_acc.balances))
    print("steem_acc.balances {}".format(steem_acc.balances))
    # get_balances()
    print("bsteem_acc.get_balances()  {}".format(bsteem_acc.get_balances()))
    print("steem_acc.get_balances() {}".format(steem_acc.get_balances()))
    # reputation()
    print("bsteem_acc.get_reputation()  {}".format(
        bsteem_acc.get_reputation()))
    print("steem_acc.reputation() {}".format(steem_acc.reputation()))
    # voting_power()
    print("bsteem_acc.get_voting_power()  {}".format(
        bsteem_acc.get_voting_power()))
    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()))