@silencelaboratories/walletprovider-sdk
    Preparing search index...

    Class EffectiveTime

    A half-open validity window [from, to) in unix seconds

    On a Policy, evaluation outside the window denies every transaction. On a Rule, the rule is skipped entirely outside its window — neither allow nor deny — so an expired deny rule stops denying. Absent means always in force.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • __namedParameters: { from?: number; to?: number } = {}

      Returns EffectiveTime

    Properties

    from?: number

    Active from this unix second, inclusive. Absent = no lower bound.

    to?: number

    Active until this unix second, exclusive. Absent = no upper bound.