SessionKeyPair
public struct SessionKeyPair
A session key pair.
-
This session key should be used by the client to receive data from the server and by the server to receive data from the client.
Declaration
Swift
public let rx: SessionKey
-
This session key should be used by the client to send data to the server and by the server to send data to the client.
Declaration
Swift
public let tx: SessionKey