Flow.Net
Show / Hide Table of Contents

Class BlockHeader

Inheritance
Object
BlockHeader
Namespace: Flow.Net.Sdk.Client.Http
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public class BlockHeader

Properties

| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
IDictionary<String, Object>
| Improve this Doc View Source

Height

Declaration
[JsonProperty("height", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Height { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Id

Declaration
[JsonProperty("id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Id { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Parent_id

Declaration
[JsonProperty("parent_id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Parent_id { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Parent_voter_signature

Declaration
[JsonProperty("parent_voter_signature", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public byte[] Parent_voter_signature { get; set; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

Timestamp

Declaration
[JsonProperty("timestamp", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public DateTimeOffset Timestamp { get; set; }
Property Value
Type Description
DateTimeOffset
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX