toBytes abstract method

List<int> toBytes()

Returns a byte-sequence representation of this integer.

Returns a list of int, starting with the least significant byte.

Implementation

List<int> toBytes();