ic-reactor
    Preparing search index...
    Index

    Properties

    _isExpiry: true

    Methods

    • Creates an Expiry object from a delta in milliseconds. If the delta is less than 90 seconds, it is rounded to the nearest second. Otherwise, the delta is rounded down to the nearest minute, with a replica permitted drift subtracted.

      Parameters

      • deltaInMs: number

        The delta in milliseconds.

      Returns utils.agent.Expiry

      an Expiry object

    • Returns bigint

    • Returns Uint8Array

    • Returns string

    • Deserializes a JsonnableExpiry object from a JSON string.

      Parameters

      • input: string

        The JSON string to deserialize.

      Returns utils.agent.Expiry

      The deserialized Expiry object.

    • Parameters

      • other: unknown

      Returns other is utils.agent.Expiry