UNPKG

@tangle-js/anchors

Version:

Anchoring messages to the Tangle. Powered by IOTA Streams

9 lines (8 loc) 280 B
import type { IChannelOptions } from "./IChannelOptions"; export interface IChannelCreateOptions extends IChannelOptions { /** * List of preshared keys that will give access to the channel * (isPrivate) must be equal to true */ presharedKeys?: string[]; }