Tooling
ModuleKit
Reference
ERC-4337 Data Libs
sentinellist
linkedbytes32lib
Getnext

⚠️ Deprecation Notice

ModuleKit was developed by Rhinestone and is no longer actively supported. If you're building modules and need assistance, reach out to Rhinestone at gm@rhinestone.dev


title: "getNext"

Get the next entry in the list.

Usage

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.