Class Chunk
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
Properties
|
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
Collection_index
Declaration
[JsonProperty("collection_index", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Collection_index { get; set; }
Property Value
|
Improve this Doc
View Source
End_state
Declaration
[JsonProperty("end_state", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public byte[] End_state { get; set; }
Property Value
|
Improve this Doc
View Source
Event_collection
Declaration
[JsonProperty("event_collection", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public byte[] Event_collection { get; set; }
Property Value
|
Improve this Doc
View Source
Index
Declaration
[JsonProperty("index", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Index { get; set; }
Property Value
|
Improve this Doc
View Source
Number_of_transactions
Declaration
[JsonProperty("number_of_transactions", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Number_of_transactions { get; set; }
Property Value
|
Improve this Doc
View Source
Start_state
Declaration
[JsonProperty("start_state", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public byte[] Start_state { get; set; }
Property Value
|
Improve this Doc
View Source
Total_computation_used
Declaration
[JsonProperty("total_computation_used", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Total_computation_used { get; set; }
Property Value