Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/channels / / ChannelAllowlistEntry
Interface: ChannelAllowlistEntry
Defined in: packages/channels/src/access.ts:36
One allowlist entry. accountId is optional (matches any account of the channel when omitted); channelId and peerId are exact.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
accountId? | readonly | string | packages/channels/src/access.ts:38 |
channelId | readonly | string | packages/channels/src/access.ts:37 |
peerId | readonly | string | packages/channels/src/access.ts:39 |