Add Strings.toHexString(bytes) (#5761)

This commit is contained in:
Hadrien Croubois
2025-07-09 22:20:46 +02:00
committed by GitHub
parent fd9bbaec30
commit a5350ecdd3
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': minor
---
`Strings`: Add `toHexString(bytes)`.