Casper.Network.SDK
Show / Hide Table of Contents

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.

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

Server-Side event sent after each block finalization

ServerEventsClient

The client used to subscribe to events emitted by a Casper node.

SSEvent

An occurrence of a server side event delivered via callback method

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.

In This Article
Back to top Maintained by MAKE Technology LLC