@blockchaincommons/gstp - v1.0.0-beta.2
    Preparing search index...

    Interface ContinuationCheck

    What isValid checks against.

    interface ContinuationCheck {
        now?: DateInput;
        id?: ARID;
    }
    Index
    now?: DateInput

    The clock; no expiry check without one.

    id?: ARID

    The request id; no id check without one.