OZIndexedPolicy
public struct OZIndexedPolicy : Decodable, Equatable, Sendable
A policy attached to a context rule.
Policies enforce additional authorization requirements beyond signature verification
such as spending limits, time locks, or threshold requirements. The installParams
dictionary preserves the arbitrary JSON structure attached by the policy contract;
nested objects, arrays, numbers, strings, booleans, and nil (JSON null) are all
preserved.
-
Undocumented
Declaration
Swift
public let policyAddress: String -
Undocumented
Declaration
Swift
public let installParams: [String : OZJSONValue]? -
Undocumented
Declaration
Swift
public init(policyAddress: String, installParams: [String : OZJSONValue]? = nil)
View on GitHub
Install in Dash