Skip to content

Graphorin API reference v0.8.0


Graphorin API reference / @graphorin/channels / / defaultSessionKey

Function: defaultSessionKey()

ts
function defaultSessionKey(identity): string;

Defined in: packages/channels/src/router.ts:89

Derive the default per-peer session key. Exposed so applications and the docs agree on the exact shape.

Parameters

ParameterType
identityChannelIdentity

Returns

string

Stable