OZParsedContextRule

public struct OZParsedContextRule : Sendable, Hashable

Parsed representation of a context rule sourced from on-chain data.

Carries every field describing a context rule: identifier, type, signers, policies, and optional expiration. Constructed by the on-chain context-rule parser; consumed by collectUniqueSignersFromRules(rules:) and by higher-level managers that decide which signers and policies apply to an operation.