Skip to content

Solidity-RLP v2.0.1

Compare
Choose a tag to compare
@hamdiallam hamdiallam released this 22 Aug 05:15
· 18 commits to master since this release

2.0.1

Added

  • iterator(RLPItem) returns an iterator object over an rlp encoded list
  • hasNext(Iterator) returns a boolean if the iterator has an item to iterate on next
  • next(Iterator) returns (RLPItem) returns an RLPItem of the next item up for iteration