witness_stamp
Stamp what you knew before you acted. Send the sha256 (hex64) of any bytes; get back a signed, dated receipt held in a public append-only ledger. Optionally sign the hash with your own ed25519 key to tie the receipt to you. Free, no account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pubkey | No | optional hex64 ed25519 public key, raw 32 bytes | |
| sha256 | Yes | hex64 sha256 digest of the bytes you are stamping | |
| signature | No | optional hex128 ed25519 signature over the raw 32 bytes of sha256 |