Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/core / / PairingRequestRecord
Interface: PairingRequestRecord
Defined in: packages/core/src/contracts/pairing-store.ts:26
A pending pairing request. At most one per peer (upsert replaces); codes are unique per channel and single-use.
Stable
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
accountId | readonly | string | - | PairingPeerRef.accountId | packages/core/src/contracts/pairing-store.ts:16 |
channelId | readonly | string | - | PairingPeerRef.channelId | packages/core/src/contracts/pairing-store.ts:15 |
code | readonly | string | - | - | packages/core/src/contracts/pairing-store.ts:27 |
createdAt | readonly | string | ISO-8601 creation timestamp. | - | packages/core/src/contracts/pairing-store.ts:29 |
expiresAt | readonly | string | ISO-8601 expiry; expired requests are dead even if still stored. | - | packages/core/src/contracts/pairing-store.ts:31 |
peerId | readonly | string | - | PairingPeerRef.peerId | packages/core/src/contracts/pairing-store.ts:17 |