Inheritance
System.Object
BlockHeader
Assembly: Netezos.dll
public class BlockHeader : object
Properties
|
Improve this Doc
View Source
Declaration
public string Context { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public List<string> Fitness { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Declaration
public int Level { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public LBToggle LiquidityBakingToggleVote { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string OperationsHash { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string PayloadHash { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int PayloadRound { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public string Predecessor { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string ProofOfWorkNonce { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int Proto { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public string? SeedNonceHash { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Declaration
public string Signature { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public DateTime Timestamp { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Declaration
public int ValidationPass { get; set; }
Property Value
Type |
Description |
System.Int32 |
|