You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using hash_newtype! macro as done in rust-bitcoin for Txid and other hash-based types. This will allow having Display and other important implementations for free and will make type system safer (right now ScriptHash == ScriptStatus == Hex32Bytes by type)
The text was updated successfully, but these errors were encountered:
Using
hash_newtype!
macro as done in rust-bitcoin forTxid
and other hash-based types. This will allow havingDisplay
and other important implementations for free and will make type system safer (right nowScriptHash
==ScriptStatus
==Hex32Bytes
by type)The text was updated successfully, but these errors were encountered: