Class TransactionKeyreg
Inheritance
TransactionKeyreg
Assembly: Algorand.dll
Syntax
public class TransactionKeyreg
Properties
|
Edit this page
View Source
NonParticipation
Declaration
[JsonProperty("non-participation", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? NonParticipation { get; set; }
Property Value
|
Edit this page
View Source
SelectionParticipationKey
Declaration
[JsonProperty("selection-participation-key", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] SelectionParticipationKey { get; set; }
Property Value
|
Edit this page
View Source
StateProofKey
Declaration
[JsonProperty("state-proof-key", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] StateProofKey { get; set; }
Property Value
|
Edit this page
View Source
VoteFirstValid
Declaration
[JsonProperty("vote-first-valid", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? VoteFirstValid { get; set; }
Property Value
|
Edit this page
View Source
VoteKeyDilution
Declaration
[JsonProperty("vote-key-dilution", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? VoteKeyDilution { get; set; }
Property Value
|
Edit this page
View Source
VoteLastValid
Declaration
[JsonProperty("vote-last-valid", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? VoteLastValid { get; set; }
Property Value
|
Edit this page
View Source
VoteParticipationKey
Declaration
[JsonProperty("vote-participation-key", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] VoteParticipationKey { get; set; }
Property Value