tuweni / org.apache.tuweni.rlp / RLPReader / nextIsList

nextIsList

abstract fun nextIsList(): Boolean (source)

Check if the next item to be read is a list.

Exceptions

EndOfRLPException - If there are no more RLP values to read.

Return
Boolean: true if the next item to be read is a list.