Function u128ToBytes

  • Converts a u128 in a StaticArray.

    Parameters

    • val: u128

      the integer to convert

    Returns StaticArray<u8>

    the converted StaticArray

Generated using TypeDoc