Structsยง
- The quantity of a particular Asset. Represented as a 128-bit unsigned integer, split over two fields,
lo
andhi
, representing the low- and high-order bytes of the 128-bit value, respectively. Clients must assemble these bits in their implementation into auint128
or comparable data structure, in order to model the Amount accurately.