Skip to content

Graphorin API reference v0.8.0


Graphorin API reference / @graphorin/core / / PairingPeerRef

Interface: PairingPeerRef

Defined in: packages/core/src/contracts/pairing-store.ts:14

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).

Stable

Extended by

Properties

PropertyModifierTypeDefined in
accountIdreadonlystringpackages/core/src/contracts/pairing-store.ts:16
channelIdreadonlystringpackages/core/src/contracts/pairing-store.ts:15
peerIdreadonlystringpackages/core/src/contracts/pairing-store.ts:17