Function deserializeUint8

  • Deserializes an array representing the bytes of an uint8.

    Returns

    The deserialized uint8.

    Parameters

    • bytes: number[]

      The array containing the bytes representing the uint8.

    • options: ByteifyOptions = ...

      The ByteifyOptions to use to deserialize the array.

    Returns number

Generated using TypeDoc