Class KeyRegisterOnlineTransaction
Inheritance
KeyRegisterOnlineTransaction
Assembly: Algorand.dll
Syntax
[MessagePackObject(false, AllowPrivate = true)]
public class KeyRegisterOnlineTransaction : KeyRegistrationTransaction, IReturnableTransaction
Properties
|
Edit this page
View Source
NonParticipation
Declaration
[JsonProperty("nonpart", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("nonpart")]
public bool? NonParticipation { get; set; }
Property Value
|
Edit this page
View Source
SelectionPk
Declaration
[JsonProperty("selkey", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("selkey")]
public VRFPublicKey SelectionPk { get; set; }
Property Value
|
Edit this page
View Source
StateProofPK
Declaration
[JsonProperty(PropertyName = "sprfkey")]
[Key("sprfkey")]
public byte[] StateProofPK { get; set; }
Property Value
|
Edit this page
View Source
VoteFirst
Declaration
[JsonProperty("votefst", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("votefst")]
public ulong? VoteFirst { get; set; }
Property Value
|
Edit this page
View Source
VoteKeyDilution
Declaration
[JsonProperty("votekd", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("votekd")]
public ulong? VoteKeyDilution { get; set; }
Property Value
|
Edit this page
View Source
VoteLast
Declaration
[JsonProperty("votelst", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("votelst")]
public ulong? VoteLast { get; set; }
Property Value
|
Edit this page
View Source
Votepk
Declaration
[JsonProperty("votekey", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("votekey")]
public ParticipationPublicKey Votepk { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeNonParticipation()
Declaration
public bool ShouldSerializeNonParticipation()
Returns
|
Edit this page
View Source
ShouldSerializeVoteFirst()
Declaration
public bool ShouldSerializeVoteFirst()
Returns
|
Edit this page
View Source
ShouldSerializeVoteKeyDilution()
Declaration
public bool ShouldSerializeVoteKeyDilution()
Returns
|
Edit this page
View Source
ShouldSerializeVoteLast()
Declaration
public bool ShouldSerializeVoteLast()
Returns
Implements
Extension Methods