containsNode

abstract fun containsNode(nodeId: Long): Boolean

Checks if the given node is contained in the tree of this transaction.

Return

true, if the node is contained in the tree, or false, otherwise

Parameters

nodeId

id of the desired node