Class KeyRegistrationTransaction
Inheritance
KeyRegistrationTransaction
Implements
Inherited Members
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")]
[MessagePackObject(false)]
[Union(0, typeof(KeyRegisterOnlineTransaction))]
[Union(1, typeof(KeyRegisterOfflineTransaction))]
public abstract class KeyRegistrationTransaction : Transaction, IReturnableTransaction
Properties
| Edit this page View Sourcetype
Declaration
[JsonProperty(PropertyName = "type", Required = Required.Always)]
[Key("type")]
public string type { get; }
Property Value
| Type | Description |
|---|---|
| string |