Rhinestone home page
Search...
⌘K
Ask AI
GitHub
Legacy Docs
Search...
Navigation
LinkedBytes32Lib
safePush
Home
SDK
Build Modules
API Reference
Demos
Overview
Getting Started
Tutorials
Multi-Owner Validator
Auto-Swap Executor
Guides
Testing
Deploying
Migration Guide
Reference
Building
Testing
Deploying
Glossary
CheckNSignatures
ERC4337 Data Libs
SentinelList
SentinelListLib
SentinelList4337Lib
LinkedBytes32Lib
init
alreadyInitialized
getNext
push
safePush
pop
popAll
contains
getEntriesPaginated
SentinelListHelper
ERC4337 Validation
ERC4337 Validation
Overview
Getting started
Simulator
Module Registry
Overview
Getting Started
Guides
Reference
On this page
Usage
Parameters
self
newEntry
Returns
LinkedBytes32Lib
safePush
Copy page
Copy page
Add an item to the list and initialize it if it is not initialized.
Usage
Copy
Ask AI
list.
safePush
(
bytes32
(
keccak256
(
"newEntry"
)));
Parameters
self
Type:
LinkedBytes32
The storage pointer of the list.
newEntry
Type:
bytes32
The entry to be added to the list.
Returns
None
push
pop
Assistant
Responses are generated using AI and may contain mistakes.