Class BlockCertVote
Inheritance
BlockCertVote
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class BlockCertVote
Properties
|
Edit this page
View Source
Cred
Declaration
[JsonProperty("cred")]
[Key("cred")]
public BlockCertVoteCred? Cred { get; set; }
Property Value
|
Edit this page
View Source
Sender
Declaration
[JsonProperty("snd")]
[Key("snd")]
public Address? Sender { get; set; }
Property Value
|
Edit this page
View Source
Sig
Declaration
[JsonProperty("sig")]
[Key("sig")]
public BlockCertVoteSig? Sig { get; set; }
Property Value