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
We should create a newtype wrapper struct TransactionHash([u8; 32]).
This will improve type safety and will allow for implementing Display and Debug in terms of base64-encoding the bytes, which in turn will reduce some boilerplate elsewhere and ensure consistency in how the hash is displayed.
┆Issue Number: ENG-698
The text was updated successfully, but these errors were encountered:
We should create a newtype wrapper struct
TransactionHash([u8; 32])
.This will improve type safety and will allow for implementing
Display
andDebug
in terms of base64-encoding the bytes, which in turn will reduce some boilerplate elsewhere and ensure consistency in how the hash is displayed.┆Issue Number: ENG-698
The text was updated successfully, but these errors were encountered: