Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions 10.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ Each individual tag is an array of **ONE or more strings**. The first element of
`["locktime", 1765300829]` - a tag must contain **strings** only\
`["locktime", ""]` - a tag must contain **non-empty strings** only

## Witness

Signatures or other witness data are provided in the `Proof.witness` as a serialized JSON string of the witness object for the NUT-10 kind.

> [!IMPORTANT]
> `Proof.witness` is only expected for proofs containing a NUT-10 Well-known Secret.
> A mint MAY reject a Proof containing a witness field if its secret cannot be parsed as a [Well-known Secret](#well-known-secret)).

## Examples

Example use cases of this secret format are
Expand Down
Loading