Class RawVote
rawVote is the inner struct which is authenticated with keys
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class RawVote
Properties
|
Edit this page
View Source
Period
Declaration
[JsonProperty("per", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("per")]
public ulong Period { get; set; }
Property Value
|
Edit this page
View Source
Proposal
Declaration
[JsonProperty("prop", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("prop")]
public ProposalValue Proposal { get; set; }
Property Value
|
Edit this page
View Source
Round
Declaration
[JsonProperty("rnd", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("rnd")]
public ulong Round { get; set; }
Property Value
|
Edit this page
View Source
Sender
Declaration
[JsonProperty("snd", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("snd")]
public Address Sender { get; set; }
Property Value
|
Edit this page
View Source
Step
Declaration
[JsonProperty("step", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("step")]
public ulong Step { get; set; }
Property Value