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
The current BlockHash type should be broken into a number of types.
A core Hash type that provides a redacted type implementation, using serde_bytes, and providing a hex-based debug/display impl
A number of type-stating wrapper types such as BlockHash, LeafHash, TransactionHash, etc, to avoid confusion of hash types
The text was updated successfully, but these errors were encountered:
The current
BlockHash
type should be broken into a number of types.A core Hash type that provides a redacted type implementation, using
serde_bytes
, and providing a hex-based debug/display implA number of type-stating wrapper types such as
BlockHash
,LeafHash
,TransactionHash
, etc, to avoid confusion of hash typesThe text was updated successfully, but these errors were encountered: