Class TransactionProofResponse
Inheritance
object
TransactionProofResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class TransactionProofResponse
Properties
| Improve this Doc View SourceHashtype
Declaration
[JsonProperty("hashtype", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Hashtype { get; set; }
Property Value
Type | Description |
---|---|
string |
Idx
Declaration
[JsonProperty("idx", Required = Required.Always)]
[Required]
public ulong Idx { get; set; }
Property Value
Type | Description |
---|---|
ulong |
Proof
Declaration
[JsonProperty("proof", Required = Required.Always)]
[Required]
public byte[] Proof { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
Stibhash
Declaration
[JsonProperty("stibhash", Required = Required.Always)]
[Required]
public byte[] Stibhash { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
Treedepth
Declaration
[JsonProperty("treedepth", Required = Required.Always)]
[Required]
public ulong Treedepth { get; set; }
Property Value
Type | Description |
---|---|
ulong |