iota.py
iota.py copied to clipboard
PyOTA: The IOTA Python API Library
Results
41
iota.py issues
Sort by
recently updated
recently updated
newest added
Calling `codecs.open` with the `trytes_ascii` codec yields a `TypeError`: ```python In [1]: import iota In [2]: import codecs In [3]: with codecs.open('hello.txt', 'r', 'trytes_ascii') as r: ...: print(r.read()) --------------------------------------------------------------------------- TypeError...
bug