static fun isList(value: Bytes): Boolean
Check if the Bytes value contains an RLP encoded list.
value - The value to check.
value
Return true if the value contains a list.
true