Class BlockAdded
A Block that has been added to the linear chain and stored in the node.
Inherited Members
Namespace: Casper.Network.SDK.SSE
Assembly: Casper.Network.SDK.dll
Syntax
public class BlockAdded
Properties
| Edit this page View SourceBlock
The Block data.
Declaration
[JsonPropertyName("block")]
[JsonConverter(typeof(BlockAdded.BlockConverter))]
public Block Block { get; init; }
Property Value
| Type | Description |
|---|---|
| Block |
BlockHash
The Block hash.
Declaration
[JsonPropertyName("block_hash")]
public string BlockHash { get; init; }
Property Value
| Type | Description |
|---|---|
| string |