Tooling
ModuleKit
Reference
ERC-4337 Data Libs
sentinellist
linkedbytes32lib
Pop

⚠️ 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: "pop"

Remove an item from the list.

Usage

list.pop(SENTINEL, bytes32(keccak256("entry")));

Parameters

self

  • Type: LinkedBytes32

The storage pointer of the list.

prevEntry

  • Type: bytes32

The entry before the entry to be removed.

entry

  • Type: bytes32

The entry to be removed.

Returns

None