enable
enable: (enable: boolean) => Promise<void>
isCatchAll
isCatchAll: boolean
isConnected
isConnected: boolean
isInternetOfMe
isInternetOfMe: boolean
localInstanceId
localInstanceId: SHA256IdHash<Instance>
localPersonId
localPersonId: SHA256IdHash<Person>
localPublicKey
localPublicKey: HexString
protocolName
protocolName: string
remoteInstanceId
remoteInstanceId: SHA256IdHash<Instance>
remotePersonId
remotePersonId: SHA256IdHash<Person>
remotePublicKey
remotePublicKey: HexString
routes
routes: {
active: boolean;
enable: (enable: boolean) => Promise<void>;
enabled: boolean;
name: string;
}[]
This type represents information about a connection.
It is used by functions that report the current state of connections to the user