init
Initialize the linked list. This function must be called before adding items to the list.
Usage
Parameters
self
- Type:
LinkedBytes32
The storage pointer of the list.
Returns
None
Initialize the linked list. This function must be called before adding items to the list.
LinkedBytes32
The storage pointer of the list.
None