Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/core / / PairedPeerRecord
Interface: PairedPeerRecord
Defined in: packages/core/src/contracts/pairing-store.ts:39
A durably paired peer.
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 |
pairedAt | readonly | string | ISO-8601 pairing timestamp. | - | packages/core/src/contracts/pairing-store.ts:41 |
peerId | readonly | string | - | PairingPeerRef.peerId | packages/core/src/contracts/pairing-store.ts:17 |