Class TransactionResult
Inheritance
TransactionResult
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
|
Improve this Doc
View Source
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
|
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
|
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
|
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
|
Improve this Doc
View Source
Events
Declaration
[JsonProperty("events", Required = Required.Always)]
[Required]
public ICollection<Event> Events { get; set; }
Property Value
|
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
|
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
|
Improve this Doc
View Source
Status_code
Declaration
[JsonProperty("status_code", Required = Required.Always)]
public int Status_code { get; set; }
Property Value