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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
accountId | readonly | string | packages/core/src/contracts/pairing-store.ts:16 |
channelId | readonly | string | packages/core/src/contracts/pairing-store.ts:15 |
peerId | readonly | string | packages/core/src/contracts/pairing-store.ts:17 |