Add _initializableStorageSlot (#5337)

Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
This commit is contained in:
Ernesto García
2025-02-24 22:40:42 +08:00
committed by GitHub
parent 3bdc3a35c5
commit 2ed8956992
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': minor
---
`Initializable`: Add `_initializableStorageSlot` function that returns a pointer to the storage struct. The function allows customizing with a custom storage slot with an `override`.