Flow.Net
Show / Hide Table of Contents

Class TransactionResult

Inheritance
Object
TransactionResult
Namespace: Flow.Net.Sdk.Client.Http
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public class TransactionResult

Properties

| Improve this Doc View Source

_links

Declaration
[JsonProperty("_links", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Links _links { get; set; }
Property Value
Type Description
Links
| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
IDictionary<String, Object>
| Improve this Doc View Source

Block_id

Declaration
[JsonProperty("block_id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Block_id { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Computation_used

Declaration
[JsonProperty("computation_used", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Computation_used { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Error_message

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

Declaration
[JsonProperty("error_message", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Error_message { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Events

Declaration
[JsonProperty("events", Required = Required.Always)]
[Required]
public ICollection<Event> Events { get; set; }
Property Value
Type Description
ICollection<Event>
| Improve this Doc View Source

Execution

Declaration
[JsonProperty("execution", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(StringEnumConverter))]
public TransactionExecution Execution { get; set; }
Property Value
Type Description
TransactionExecution
| Improve this Doc View Source

Status

Declaration
[JsonProperty("status", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public TransactionStatus Status { get; set; }
Property Value
Type Description
TransactionStatus
| Improve this Doc View Source

Status_code

Declaration
[JsonProperty("status_code", Required = Required.Always)]
public int Status_code { get; set; }
Property Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX