Class TransactionKeyreg
Inheritance
object
    TransactionKeyreg
  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 TransactionKeyreg
  Properties
| Improve this Doc View SourceNonParticipation
Declaration
[JsonProperty("non-participation", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? NonParticipation { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | 
SelectionParticipationKey
Declaration
[JsonProperty("selection-participation-key", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] SelectionParticipationKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| byte[] | 
StateProofKey
Declaration
[JsonProperty("state-proof-key", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] StateProofKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| byte[] | 
VoteFirstValid
Declaration
[JsonProperty("vote-first-valid", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? VoteFirstValid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong? | 
VoteKeyDilution
Declaration
[JsonProperty("vote-key-dilution", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? VoteKeyDilution { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong? | 
VoteLastValid
Declaration
[JsonProperty("vote-last-valid", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? VoteLastValid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong? | 
VoteParticipationKey
Declaration
[JsonProperty("vote-participation-key", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] VoteParticipationKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| byte[] |