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