Inheritance
FlowBlockHeader
Assembly: Flow.Net.Sdk.Core.dll
public class FlowBlockHeader
Properties
|
Improve this Doc
View Source
Declaration
public ulong Height { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Id { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string ParentId { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte[] ParentVoterSignature { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DateTimeOffset Timestamp { get; set; }
Property Value