MCPcopy Create free account
hub / github.com/MetapriseAI/OrgKernel / AuditChainVerifyResponse

Class AuditChainVerifyResponse

src/orgkernel/pyapi/router.py:657–661  ·  view source on GitHub ↗

Response from AuditChain integrity verification.

Source from the content-addressed store, hash-verified

655
656
657class AuditChainVerifyResponse(BaseModel):
658 """Response from AuditChain integrity verification."""
659 chain_id: str
660 valid: bool
661 message: str
662
663
664@_audit.post(

Callers 1

verify_chainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected