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