knows

fun knows(applicationKey: ApplicationKey): Boolean

Checks if the given Application Key known by the node.

Note: This is based on the key index.

Return

true if the key is known by the node or false otherwise.

Parameters

applicationKey

Application Key.


fun knows(networkKey: NetworkKey): Boolean

Checks if the given Network Key known by the node.

Note: This is based on the key index.

Return

true if the key is known by the node or false otherwise.

Parameters

networkKey

Network Key.