Implement hex decoders for ID types
Abierto
rust
- Lenguaje dominante
- Rust
- Estrellas
- 132
- Forks
- 167
- Merge medio
- 1 d 23 h
- PR fusionados (30 d)
- 110
Descripción
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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.