Flow.Net
Show / Hide Table of Contents

Class FlowTransactionResult

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

Constructors

| Improve this Doc View Source

FlowTransactionResult()

Declaration
public FlowTransactionResult()

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

CollectionId

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

ErrorMessage

Provided transaction error in case the transaction wasn't successful.

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

Events

Declaration
public IList<FlowEvent> Events { get; set; }
Property Value
Type Description
IList<FlowEvent>
| Improve this Doc View Source

Status

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

StatusCode

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

TransactionId

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