OptionalapproximateType of transport enabling this connection.
Unique identifier for the connection.
This ID is deterministic for any two peers and a given connection type.
Example ID
"1<->2:Bluetooth"
Peer key of the peer at one end of the connection.
This peer key is lexicographically smaller than peer2.
Use peerKeyString1 instead.
Peer key of the peer at the other end of the connection.
This peer key is lexicographically larger than peer1.
Use peerKeyString2 instead.
The peer key of the peer at one end of the connection, as a string.
The assignment to peerKeyString1 and peerKeyString2 is deterministic
and stable for any two peers.
The peer key of the peer at the other end of the connection, as a string.
The assignment to peerKeyString1 and peerKeyString2 is deterministic
and stable for any two peers.
Represents a connection between two peers in a Ditto mesh network.