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