Flow.Net
Show / Hide Table of Contents

Class FlowBlockHeader

Inheritance
Object
FlowBlockHeader
Namespace: Flow.Net.Sdk.Core.Models
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class FlowBlockHeader

Properties

| Improve this Doc View Source

Height

Declaration
public ulong Height { get; set; }
Property Value
Type Description
UInt64
| Improve this Doc View Source

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

ParentId

Declaration
public string ParentId { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

ParentVoterSignature

Declaration
public byte[] ParentVoterSignature { get; set; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

Timestamp

Declaration
public DateTimeOffset Timestamp { get; set; }
Property Value
Type Description
DateTimeOffset
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX