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

    Interface ContinuationInput

    What Continuation.from takes.

    interface ContinuationInput {
        state: EnvelopeInput;
        validId?: ARID;
        validUntil?: DateInput;
        validDuration?: number;
    }
    Index
    state: EnvelopeInput

    The state to get back; anything an envelope holds.

    validId?: ARID

    The request id the continuation answers to.

    validUntil?: DateInput

    When it stops being valid: a Date to the millisecond, a CborDate exactly.

    validDuration?: number

    Alternatively, how long it stays valid from now, in milliseconds (the reference's Duration).