Class BlockV1
A block in the network
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class BlockV1
Properties
| Edit this page View SourceBody
Block body
Declaration
[JsonPropertyName("body")]
public BlockBodyV1 Body { get; init; }
Property Value
| Type | Description |
|---|---|
| BlockBodyV1 |
Hash
Block hash
Declaration
[JsonPropertyName("hash")]
public string Hash { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Header
Block header
Declaration
[JsonPropertyName("header")]
public BlockHeaderV1 Header { get; init; }
Property Value
| Type | Description |
|---|---|
| BlockHeaderV1 |