Class FlowBlockEvent
Inheritance
FlowBlockEvent
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
|
Improve this Doc
View Source
BlockId
Declaration
public string BlockId { get; set; }
Property Value
|
Improve this Doc
View Source
BlockTimestamp
Declaration
public DateTimeOffset BlockTimestamp { get; set; }
Property Value
|
Improve this Doc
View Source
Events
Declaration
public IEnumerable<FlowEvent> Events { get; set; }
Property Value