Function deserializeUint64

  • Deserializes an array representing the bytes of an uint64.

    Returns

    The deserialized uint64.

    Parameters

    • bytes: number[]

      The array containing the bytes representing the uint64.

    • options: ByteifyOptions = ...

      The ByteifyOptions to use to deserialize the array.

    Returns bigint

Generated using TypeDoc