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

    Type Alias TimeHeight

    The current moment, as the expiry predicates need it.

    height is optional: offline-first paths have no chain tip at hand. When it is absent, height-based expiry cannot be evaluated and reads as not expired.

    type TimeHeight = {
        height?: number;
        timestamp: Date;
    }
    Index

    Properties

    Properties

    height?: number
    timestamp: Date