Function serializeUint16

  • Serializes an uint16 into an array of bytes.

    Parameters

    • value: number

      The uint16 to serialize.

    • options: ByteifyOptions = ...

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

    Returns number[]

    The uint16 serialized in an array of bytes.

Generated using TypeDoc