CCC Docs
    Preparing search index...

    Function epochToHex

    • epochToHex

      Parameters

      • epochLike: EpochLike

        Value convertible to an Epoch (object, tuple or Epoch).

      Returns `0x${string}`

      Hex string representing the packed epoch encoding.

      use Epoch.from(epochLike).toPackedHex() instead.