Tooling
ModuleKit
Reference
ERC-4337 Data Libs
sentinellist
linkedbytes32lib
Init

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

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

Usage

list.init();

Parameters

self

  • Type: LinkedBytes32

The storage pointer of the list.

Returns

None