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

    Class Rule

    A rule contains conditions that must be satisfied

    Index

    Constructors

    Properties

    action: Action

    Action to take if rule matches

    Optional credential quorum of signing approvers.

    chain_type: ChainType

    Chain type this rule applies to

    conditions: ConditionOrGroup[]

    List of conditions or condition groups

    description: string

    Human-readable description (max 512 characters)

    effective_time?: EffectiveTime

    Optional validity window. Outside it this rule is skipped entirely.

    external_checks?: ExternalCheckGroup

    Optional external predicates evaluated after the local conditions pass.

    issuer: Issuer[]

    List of issuers who issue the request that will be evaluated by the policy engine

    logic?: Logic

    Logic to apply to conditions (default: AND)