bind

fun bind(networkKey: NetworkKey)

Binds the application key to a given network key. The application key must not be in use. If any of the network Nodes already knows this key, this method throws an error

Parameters

networkKey

Network key to which the application key is bound to.

Throws

If the key is already in use.