Class BlockUpgradeVote
Inheritance
object
    BlockUpgradeVote
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class BlockUpgradeVote
  Properties
| Improve this Doc View SourceUpgradeApprove
Declaration
[JsonProperty("upgrade-approve", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? UpgradeApprove { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | 
UpgradeDelay
Declaration
[JsonProperty("upgrade-delay", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? UpgradeDelay { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong? | 
UpgradePropose
Declaration
[JsonProperty("upgrade-propose", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string UpgradePropose { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |