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
Instead of defaulting to the Hexstring type for notification values in the transaction page, pre-select a type before the component renders, based on a few logical rules. For instance:
If all bytes in the hexstring fall in the printable ASCII range, switch the decoder to String type.
If all bytes in the hexstring are not in the printable ASCII range and the hexstring is exactly 40 bytes long, switch the decoder to the Address type.
The text was updated successfully, but these errors were encountered:
Instead of defaulting to the
Hexstring
type for notification values in the transaction page, pre-select a type before the component renders, based on a few logical rules. For instance:String
type.Address
type.The text was updated successfully, but these errors were encountered: