Class StateProofMessage
Inheritance
object
    StateProofMessage
  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 StateProofMessage
  Properties
| Improve this Doc View SourceBlockheaderscommitment
Declaration
[JsonProperty("BlockHeadersCommitment", Required = Required.Always)]
[Required]
public byte[] Blockheaderscommitment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| byte[] | 
Firstattestedround
Declaration
[JsonProperty("FirstAttestedRound", Required = Required.Always)]
[Required]
public ulong Firstattestedround { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
Lastattestedround
Declaration
[JsonProperty("LastAttestedRound", Required = Required.Always)]
[Required]
public ulong Lastattestedround { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
Lnprovenweight
Declaration
[JsonProperty("LnProvenWeight", Required = Required.Always)]
[Required]
public ulong Lnprovenweight { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
Voterscommitment
Declaration
[JsonProperty("VotersCommitment", Required = Required.Always)]
[Required]
public byte[] Voterscommitment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| byte[] |