TopicId

@Serializable
value class TopicId(val value: ByteArray)

Identified of a network stream topic.

When two connected peers open a stream with the same topic id, they can communicate over it with each other.

Constructors

Link copied to clipboard
constructor(value: ByteArray)

Properties

Link copied to clipboard