Stanislaw Baranski
Stanislaw Baranski
I've spotted a few minor errors in the document. Line 166: if e,d, and c are valid then the weight sums up to 11, not 10. Line 168: (b) gives...
Hello. Why am I getting empty history (the same on the website), but when I export the history to CSV it's showing all my transactions. Any workaround?
Hello. How to perform transitive conversion from .toByteArray() to BigInteger ? By transitive I mean `someBigInteger.equals(new BigInteger(someBigInteger.toByteArray()))`. I can't see any constructor that does accept `number[]` nor `Buffer`. It accept...