Skip to main content

Documentation Index

Fetch the complete documentation index at: https://kleros-mintlify-changelog-2026-05-12-1778458371.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Stores IPFS URIs for court policies. Governed by the protocol governor.

Methods

setPolicy(uint96 _courtID, string _courtName, string _policyURI)

Sets the policy for a court. Only callable by the governor.

policies(uint96 _courtID) → string

Returns the IPFS URI for a court’s policy.

Events

EventDescription
PolicyUpdate(courtID, courtName, policyURI)Policy updated for a court
View Source