Skip to content

Commit

Permalink
tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 24, 2024
1 parent 4f2c90d commit 0c1495f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 00.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ The deserialized `base64_token_cbor` is a JSON of the same form as a TokenV4 but

`m` is the mint URL. The mint URL must be stripped of any trailing slashes (`/`). `u` is the currency unit of the token keysets (see [Keysets][01] for supported units), and `d` is an optional text memo from the sender.

`i` is the keyset ID of the profs in `p`, which is an array of `Proof` objects without the `id` field. We extracted the keyset ID `id` from each proof and grouped all proofs by their keyset ID `i` one level above (in `p`).
`i` is the keyset ID of the proofs in `p`, which is an array of `Proof` objects without the `id` field. We extracted the keyset ID `id` from each proof and grouped all proofs by their keyset ID `i` one level above (in `p`).

Note that all fields of the `bytes` type encode hex strings in the original representation of `Proof`'s.

Expand Down

0 comments on commit 0c1495f

Please sign in to comment.