ERC4337 Data Libs
SentinelList
SentinelListLib
init

init

Initialize the linked list. This function must be called before adding items to the list.

Usage

list.init();

Parameters

self

  • Type: SentinelList

The storage pointer of the list.

Returns

None