ListenerAttached

@Serializable
data class ListenerAttached(val listenerId: String) : DevToolsMessage(source)

Sent by the server to a publisher when a new listener attaches. The publisher should respond by sending a full StateSync.

Constructors

Link copied to clipboard
constructor(listenerId: String)

Properties

Link copied to clipboard