awala
Toggle table of contents
1.0.0a3
jvm
Platform filter
jvm
Switch theme
Search in API
awala
awala
/
tech.relaycorp.relaynet
/
NodeConnectionParams
Node
Connection
Params
class
NodeConnectionParams
(
val
internetAddress
:
String
,
val
identityKey
:
PublicKey
,
val
sessionKey
:
SessionKey
)
Members
Constructors
Node
Connection
Params
Link copied to clipboard
constructor
(
internetAddress
:
String
,
identityKey
:
PublicKey
,
sessionKey
:
SessionKey
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
identity
Key
Link copied to clipboard
val
identityKey
:
PublicKey
internet
Address
Link copied to clipboard
val
internetAddress
:
String
session
Key
Link copied to clipboard
val
sessionKey
:
SessionKey
Functions
serialize
Link copied to clipboard
fun
serialize
(
)
:
ByteArray