Thank you for this Library.
But i faced a few problems, i tried this with the given examples and my own wallet and key.
I tried to get information about a NEM Account with the given example in the Library (test_account_que.py), but the only result i got:
no Data
And i tried to do a simple transaction, i tried to do a transaction from my NANOWallet without any problems, but it doesnt work in python.
Python Code from Github, broadcast example: Nem-python SENDING
Traceback (most recent call last):
File āTest_Account.pyā, line 31, in
tx_hash = nem.transaction_announce(tx_hex, sign_hex)
File ā\nem_connect.pyā, line 951, in transaction_announce
raise NemConnectError(āfailed ātransaction/announceā %sā % result_message)
nem_python.nem_connect.NemConnectError: failed ātransaction/announceā [āFAILURE_SIGNATURE_NOT_VERIFIABLEā, āFAILURE_SIGNATURE_NOT_VERIFIABLEā, āFAILURE_SIGNATURE_NOT_VERIFIABLEā]
Do i have to do any preperation of my system or Library before use ?
Thanks in advance