You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All arithmetic on Neo is performed on little-endian.
Integer values are usually represented as 32-byte big integers, allowing negative values to be represented with twos-complement (starting with top bit set to one).