pop
Remove an item from the list.
Usage
list.pop(account, SENTINEL, address(popEntry));Parameters
self
- Type: SentinelList
The storage pointer of the list.
account
- Type: address
The account address.
prevEntry
- Type: address
The address of the entry before the entry to be removed.
entry
- Type: address
The entry to be removed.
Returns
None