Class TransactionProofResponse
Inheritance
TransactionProofResponse
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class TransactionProofResponse
Properties
|
Edit this page
View Source
Hashtype
Declaration
[JsonProperty("hashtype", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("hashtype")]
public string Hashtype { get; set; }
Property Value
|
Edit this page
View Source
Idx
Declaration
[JsonProperty("idx", Required = Required.Always)]
[Key("idx")]
[Required]
public ulong Idx { get; set; }
Property Value
|
Edit this page
View Source
Proof
Declaration
[JsonProperty("proof", Required = Required.Always)]
[Key("proof")]
[Required]
public byte[] Proof { get; set; }
Property Value
|
Edit this page
View Source
Stibhash
Declaration
[JsonProperty("stibhash", Required = Required.Always)]
[Key("stibhash")]
[Required]
public byte[] Stibhash { get; set; }
Property Value
|
Edit this page
View Source
Treedepth
Declaration
[JsonProperty("treedepth", Required = Required.Always)]
[Key("treedepth")]
[Required]
public ulong Treedepth { get; set; }
Property Value