Casper.Network.SDK
Show / Hide Table of Contents

Enum ChannelType

An enumeration with the event stream channels offered by a Casper node.

Namespace: Casper.Network.SDK.SSE
Assembly: Casper.Network.SDK.dll
Syntax
public enum ChannelType : int
Remarks

A Casper node that permits a client to subscribe to the event stream offers three different channels: Main, Deploys and Sigs.

The client does not subscribe to an specific channel. Instead, it must add event callback methods that subscribe to the event types needed and then the channels are automatically joined.

Fields

Name Description
Deploys

Channel to subscribe to only DeployAccepted events.

Main

Channel to subscribe to all events other than DeployAccepteds and FinalitySignatures.

Sigs

Channel to subscribe to only DeployAccepted events.

In This Article
Back to top Maintained by MAKE Technology LLC