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