Solidity-RLP v2.0.1
2.0.1
Added
iterator(RLPItem)
returns an iterator object over an rlp encoded listhasNext(Iterator)
returns a boolean if the iterator has an item to iterate on nextnext(Iterator) returns (RLPItem)
returns an RLPItem of the next item up for iteration