Class KeyRegistrationTransaction
Inheritance
object
    
    KeyRegistrationTransaction
      
      
  Implements
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.Transactions
Assembly: Algorand.dll
Syntax
[JsonConverter(typeof(JsonSubtypes))]
[JsonSubtypes.FallBackSubType(typeof(KeyRegisterOfflineTransaction))]
[JsonSubtypes.KnownSubTypeWithProperty(typeof(KeyRegisterOnlineTransaction), "votekey")]
[JsonSubtypes.KnownSubTypeWithProperty(typeof(KeyRegisterOnlineTransaction), "selkey")]
[JsonSubtypes.KnownSubTypeWithProperty(typeof(KeyRegisterOnlineTransaction), "votefst")]
[JsonSubtypes.KnownSubTypeWithProperty(typeof(KeyRegisterOnlineTransaction), "votelst")]
[JsonSubtypes.KnownSubTypeWithProperty(typeof(KeyRegisterOnlineTransaction), "votekd")]
[JsonSubtypes.KnownSubTypeWithProperty(typeof(KeyRegisterOnlineTransaction), "nonpart")]
public abstract class KeyRegistrationTransaction : Transaction, IReturnableTransaction
  Properties
| Improve this Doc View Sourcetype
Declaration
[JsonProperty(PropertyName = "type", Required = Required.Always)]
public string type { get; }
  Property Value
| Type | Description | 
|---|---|
| string |