Class Vote
A vote is an endorsement of a particular proposal in Algorand
Inherited Members
Namespace: Algorand.Algod.Model.Agreement
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class Vote
Properties
| Edit this page View SourceCred
committee.Credential
Declaration
[JsonProperty("cred")]
[Key("cred")]
public BlockCertVoteCred? Cred { get; set; }
Property Value
| Type | Description |
|---|---|
| BlockCertVoteCred |
R
RawVote
Declaration
[JsonProperty("r", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("r")]
public RawVote R { get; set; }
Property Value
| Type | Description |
|---|---|
| RawVote |
Sig
crypto.OneTimeSignature
Declaration
[JsonProperty("sig")]
[Key("sig")]
public BlockCertVoteSig? Sig { get; set; }
Property Value
| Type | Description |
|---|---|
| BlockCertVoteSig |