ERC4337 Data Libs
SentinelList
SentinelListLib
contains

contains

Checks if the sentinel list contains a given address.

Usage

bool contains = list.contains(address(4));

Parameters

self

  • Type: SentinelList

The storage pointer of the list.

entry

  • Type: address

The address to check for in the list.

Returns

isContained

  • Type: bool

Returns true if the entry is contained in the list and false otherwise.