Namespace Casper.Network.SDK.SSE
Use the class ServerEventsClient to create a client object that connects to the node's event stream.
The example AwaitEvents shows how to use the SSE client.
Classes
BlockAdded
A Block that has been added to the linear chain and stored in the node.
BlockAdded.BlockConverter
DeployAccepted
A new Deploy received for processing in the network.
DeployExpired
A Deploy that has expired before being processed.
DeployProcessed
A Deploy that has been executed, committed and forms part of a Block..
Fault
Generic representation of validator's fault in an era.
FinalitySignature
A validator's signature of a block, confirming it is finalized.
FinalitySignature.FinalitySignatureConverter
Json converter class to serialize/deserialize a FinalitySignature to/from Json
FinalitySignatureV1
A validator's signature of a block, confirming it is finalized. Produced in Casper v1.x
SSEvent
An occurrence of a server side event delivered via callback method
ServerEventsClient
The client used to subscribe to events emitted by a Casper node.
TransactionExpired
TransactionProcessed
Interfaces
ISSEClient
Enums
ChannelType
An enumeration with the event stream channels offered by a Casper node.
EventType
An enumeration with the different events triggered by a node.
Delegates
EventCallback
A delegate method to handle emitted events.