Implement hex decoders for ID types
Offen
rust
- Vorherrschende Sprache
- Rust
- Sterne
- 132
- Forks
- 167
- Ø Merge
- 1 T. 23 Std.
- Gemergte PRs (30 T.)
- 110
Beschreibung
Add at least `impl FromStr for TransactionId` to decode one from a hex string. We may want to make sure all IDs that encode to a hex string have a reverse decode path.
For API consistency, we may want to consider moving all `fn from_hex` to a `FromStr` impl, or the other way around.
Context: https://github.com/0xMiden/node/pull/2393#discussion_r3676405199
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.