Rhinestone home page
Search...
⌘K
Ask AI
GitHub
Legacy Docs
Search...
Navigation
SentinelListLib
getNext
Home
SDK
Build Modules
API Reference
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
init
alreadyInitialized
getNext
push
safePush
pop
popAll
contains
getEntriesPaginated
SentinelList4337Lib
LinkedBytes32Lib
SentinelListHelper
ERC4337 Validation
ERC4337 Validation
Overview
Getting started
Simulator
Module Registry
Overview
Getting Started
Guides
Reference
On this page
Usage
Parameters
self
entry
Returns
next
SentinelListLib
getNext
Get the next entry in the list.
Usage
Copy
Ask AI
address
next
=
list.
getNext
(
address
(
3
));
Parameters
self
Type:
SentinelList
The storage pointer of the list.
entry
Type:
address
The address to get the next entry from.
Returns
next
Type:
address
The next entry in the list.
alreadyInitialized
push
Assistant
Responses are generated using AI and may contain mistakes.