abstract fun nextIsList(): Boolean
Check if the next item to be read is a list.
EndOfRLPException - If there are no more RLP values to read.
EndOfRLPException
Return Boolean: true if the next item to be read is a list.
true