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: 0xMiden/node#2393 (comment)
Add at least
impl FromStr for TransactionIdto 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_hexto aFromStrimpl, or the other way around.Context: 0xMiden/node#2393 (comment)