witness_seal_state
Sign a blockchain's current head hash and chain ID to create a verifiable timestamped seal, proving the chain's exact state and preventing retroactive 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 |