Class FlowTransactionResult
Inheritance
FlowTransactionResult
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
|
Improve this Doc
View Source
BlockId
Declaration
public string BlockId { get; set; }
Property Value
|
Improve this Doc
View Source
CollectionId
Declaration
public string CollectionId { get; set; }
Property Value
|
Improve this Doc
View Source
ErrorMessage
Provided transaction error in case the transaction wasn't successful.
Declaration
public string ErrorMessage { get; set; }
Property Value
|
Improve this Doc
View Source
Events
Declaration
public IList<FlowEvent> Events { get; set; }
Property Value
|
Improve this Doc
View Source
Status
Declaration
public TransactionStatus Status { get; set; }
Property Value
|
Improve this Doc
View Source
StatusCode
Declaration
public uint StatusCode { get; set; }
Property Value
|
Improve this Doc
View Source
TransactionId
Declaration
public string TransactionId { get; set; }
Property Value