Flow.Net
Show / Hide Table of Contents

Class FlowChunk

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

Properties

| Improve this Doc View Source

BlockId

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

EndState

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

EventCollection

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

Index

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

NumberOfTransactions

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

StartState

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

TotalComputationUsed

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