Function serializeUint32

  • Serializes an uint32 into an array of bytes.

    Parameters

    • value: number

      The uint32 to serialize.

    • options: ByteifyOptions = ...

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

    Returns number[]

    The uint32 serialized in an array of bytes.

Generated using TypeDoc