Rhinestone home page
Search...
⌘K
Ask AI
GitHub
Legacy Docs
Search...
Navigation
SentinelList4337Lib
alreadyInitialized
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
Returns
isInitialized
SentinelList4337Lib
alreadyInitialized
Copy page
Copy page
Check if the linked list has already been initialized.
Usage
Copy
Ask AI
bool
isInitialized
=
list.
alreadyInitialized
(account);
Parameters
self
Type:
SentinelList
The storage pointer of the list.
account
Type:
address
The account address.
Returns
isInitialized
Type:
bool
Returns true if the list has already been initialized and false otherwise.
init
getNext
Assistant
Responses are generated using AI and may contain mistakes.