Rhinestone home page
Search...
⌘K
Ask AI
GitHub
Legacy Docs
Search...
Navigation
LinkedBytes32Lib
getNext
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
entry
Returns
next
LinkedBytes32Lib
getNext
Copy page
Copy page
Get the next entry in the list.
Usage
Copy
Ask AI
bytes32
next
=
list.
getNext
(
bytes32
(
keccak256
(
"entry"
)));
Parameters
self
Type:
LinkedBytes32
The storage pointer of the list.
entry
Type:
bytes32
The data to get the next entry from.
Returns
next
Type:
bytes32
The next entry in the list.
alreadyInitialized
push
Assistant
Responses are generated using AI and may contain mistakes.