IndexedPolicy

@Serializable
data class IndexedPolicy(val policyAddress: String, val installParams: JsonElement? = null)

A policy attached to a context rule.

Policies enforce additional authorization requirements beyond signature verification (e.g., spending limits, time locks, threshold requirements).

Constructors

Link copied to clipboard
constructor(policyAddress: String, installParams: JsonElement? = null)

Properties

Link copied to clipboard
@SerialName(value = "install_params")
val installParams: JsonElement?
Link copied to clipboard
@SerialName(value = "policy_address")
val policyAddress: String