lambdaclass / starknet_in_rust

A Rust implementation of Starknet execution logic
Apache License 2.0
171 stars 52 forks source link

Use ClassHash newtype for all the arguments that are class hashes #1222

Closed juanbono closed 7 months ago

juanbono commented 7 months ago

Implement Debug and Display for ClassHash so we can see it as an hexadecimal value. Also we should be able to create a new ClassHash from a hex string