Rhinestone home page
Search...
⌘K
Ask AI
GitHub
Legacy Docs
Search...
Navigation
SentinelList4337Lib
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
init
alreadyInitialized
getNext
push
safePush
pop
popAll
contains
getEntriesPaginated
LinkedBytes32Lib
SentinelListHelper
ERC4337 Validation
ERC4337 Validation
Overview
Getting started
Simulator
Module Registry
Overview
Getting Started
Guides
Reference
On this page
Usage
Parameters
self
account
newEntry
Returns
SentinelList4337Lib
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
(account,
address
(newEntry));
Parameters
self
Type:
SentinelList
The storage pointer of the list.
account
Type:
address
The account address.
newEntry
Type:
address
The entry to be added to the list.
Returns
None
push
pop
Assistant
Responses are generated using AI and may contain mistakes.