@arkade-os/sdk Documentation - v0.4.36
    Preparing search index...

    Function isCltvSatisfied

    • Check if an absolute (CLTV) locktime is currently satisfied.

      Following the BIP65 convention:

      • locktime < 500_000_000 → interpreted as a block height; compared against context.blockHeight
      • locktime >= 500_000_000 → interpreted as a Unix timestamp (seconds); compared against context.currentTime

      Returns false if the relevant context field is missing.

      Parameters

      Returns boolean