getNext
Get the next entry in the list.
Usage
address next = list.getNext(address(3));Parameters
self
- Type: SentinelList
The storage pointer of the list.
entry
- Type: address
The address to get the next entry from.
Returns
next
- Type: address
The next entry in the list.