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 |
Main | Channel to subscribe to all events other than |
Sigs | Channel to subscribe to only |