witness_seal_state
Prove a blockchain's exact state by witnessing its chain ID and head hash, generating a signed seal that refutes later claims of historical changes.
Instructions
Checkpoint a chain's current state with the witness.
Pass the chain id and its current head hash (hex). The witness signs the pair together, creating proof that the chain was in this exact state at the witnessed time.
Useful for proving that a chain has not been retconned: if anyone later claims "your chain never contained X", a state seal whose head commits to the block containing X refutes them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_id | Yes | ||
| chain_head_hex | Yes |