Class MinimalBlockInfo
Minimal info of a Block
.
Inheritance
System.Object
MinimalBlockInfo
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class MinimalBlockInfo : object
Properties
EraId
The block era id.
Declaration
public ulong EraId { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Hash
Block hash
Declaration
public string Hash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Height of the block
Declaration
public ulong Height { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
PublicKey
Validator node's public key
Declaration
public PublicKey PublicKey { get; set; }
Property Value
Type | Description |
---|---|
PublicKey |
StateRootHash
The state root hash.
Declaration
public string StateRootHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Timestamp
The block timestamp.
Declaration
public string Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System.String |