Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/core / / PairingPeerRef
Interface: PairingPeerRef
Defined in: packages/core/src/contracts/pairing-store.ts:14
Stable
Channel pairing persistence. Backs the default 'pairing' access policy of the channel gateway (@graphorin/channels): an unknown peer's first contact creates a short-lived pairing request; the operator approves the code out-of-band; the peer becomes durable paired. Default impl lives in @graphorin/store-sqlite.
The peer reference triple mirrors ChannelIdentity from @graphorin/channels structurally (core takes no dependency on the channels package).