Function deserializeUint16

  • Deserializes an array representing the bytes of an uint16.

    Parameters

    • bytes: number[]

      The array containing the bytes representing the uint16.

    • options: ByteifyOptions = ...

      The [[ByteifyOptions]] to use to deserialize the array.

    Returns number

    The deserialized uint16.

Generated using TypeDoc