data class NodeData
NodeData(elements: List<Bytes?>)
val elements: List<Bytes?>
fun toBytes(): Bytes
fun read(payload: Bytes): NodeData