Class BlockAdded
A Block that has been added to the linear chain and stored in the node.
Inheritance
System.Object
    BlockAdded
  Namespace: Casper.Network.SDK.SSE
Assembly: Casper.Network.SDK.dll
Syntax
public class BlockAdded : object
  Properties
Block
The Block data.
Declaration
public Block Block { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Block | 
BlockHash
The Block hash.
Declaration
public string BlockHash { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |