Flow.Net
Show / Hide Table of Contents

Class FlowBlockEvent

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

Properties

| Improve this Doc View Source

BlockHeight

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

BlockId

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

BlockTimestamp

Declaration
public DateTimeOffset BlockTimestamp { get; set; }
Property Value
Type Description
DateTimeOffset
| Improve this Doc View Source

Events

Declaration
public IEnumerable<FlowEvent> Events { get; set; }
Property Value
Type Description
IEnumerable<FlowEvent>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX