verify_governance_block
Verify governance block integrity by validating its signature, content hash, and DID consistency against original content using the publisher's Ed25519 public key.
Instructions
Verify a governance block's signature, content hash, and DID consistency against the original content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block | Yes | Governance block JSON string | |
| content | Yes | Original content to verify against | |
| publicKey | Yes | Publisher's Ed25519 public key (hex) |