Class StateProof
Inheritance
object
StateProof
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 StateProof
Properties
| Improve this Doc View SourceMessage
Declaration
[JsonProperty("Message", Required = Required.Always)]
[Required]
public StateProofMessage Message { get; set; }
Property Value
Type | Description |
---|---|
StateProofMessage |
Stateproof
Declaration
[JsonProperty("StateProof", Required = Required.Always)]
[Required]
public byte[] Stateproof { get; set; }
Property Value
Type | Description |
---|---|
byte[] |