Understanding ownership verification requirements for the Credible Layer
owner()
function of a contract is the only address that can register that contract and add assertions to it. This is a temporary implementation that will be expanded in future versions.
owner()
function, typically through the Ownable pattern. Here’s an example of the expected interface: