chain-jslib
chain-jslib copied to clipboard
Problem: Long is not marked as unsigned
Since most (all?) usage of Long
is unsigned, we should use Long.fromNumber(..., true)
in those places