diff options
| -rw-r--r-- | 60.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -68,7 +68,7 @@ There can be multiple `kind:7375` events for the same mint, and multiple proofs | |||
| 68 | 68 | ||
| 69 | * `.content` is a [NIP-44](44.md) encrypted payload: | 69 | * `.content` is a [NIP-44](44.md) encrypted payload: |
| 70 | * `mint`: The mint the proofs belong to. | 70 | * `mint`: The mint the proofs belong to. |
| 71 | * `proofs`: unecoded proofs | 71 | * `proofs`: unencoded proofs |
| 72 | * `del`: token-ids that were destroyed by the creation of this token. This assists with state transitions. | 72 | * `del`: token-ids that were destroyed by the creation of this token. This assists with state transitions. |
| 73 | 73 | ||
| 74 | When one or more proofs of a token are spent, the token event should be [NIP-09](09.md)-deleted and, if some proofs are unspent from the same token event, a new token event should be created rolling over the unspent proofs and adding any change outputs to the new token event (the change output should include a `del` field). | 74 | When one or more proofs of a token are spent, the token event should be [NIP-09](09.md)-deleted and, if some proofs are unspent from the same token event, a new token event should be created rolling over the unspent proofs and adding any change outputs to the new token event (the change output should include a `del` field). |