Flow.Net
Show / Hide Table of Contents

Class FlowEvent

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

Properties

| Improve this Doc View Source

EventIndex

Declaration
public uint EventIndex { get; set; }
Property Value
Type Description
UInt32
| Improve this Doc View Source

Payload

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

TransactionId

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

TransactionIndex

Declaration
public uint TransactionIndex { get; set; }
Property Value
Type Description
UInt32
| Improve this Doc View Source

Type

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