Casper.Network.SDK
Show / Hide Table of Contents

Class BlockAdded

A Block that has been added to the linear chain and stored in the node.

Inheritance
object
BlockAdded
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.SSE
Assembly: Casper.Network.SDK.dll
Syntax
public class BlockAdded

Properties

| Edit this page View Source

Block

The Block data.

Declaration
[JsonPropertyName("block")]
[JsonConverter(typeof(BlockAdded.BlockConverter))]
public Block Block { get; init; }
Property Value
Type Description
Block
| Edit this page View Source

BlockHash

The Block hash.

Declaration
[JsonPropertyName("block_hash")]
public string BlockHash { get; init; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC