Class Block
A block in the network
Inheritance
System.Object
Block
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Block : object
Properties
Body
Block body
Declaration
public BlockBody Body { get; set; }
Property Value
Type | Description |
---|---|
BlockBody |
Hash
Block hash
Declaration
public string Hash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Header
Block header
Declaration
public BlockHeader Header { get; set; }
Property Value
Type | Description |
---|---|
BlockHeader |
Proofs
List of proofs for this block.
Declaration
public List<BlockProof> Proofs { get; set; }
Property Value
Type | Description |
---|---|
List<BlockProof> |