Class BlockCert
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class BlockCert
Properties
|
Edit this page
View Source
Prop
Declaration
[JsonProperty("prop")]
[Key("prop")]
public BlockCertProp? Prop { get; set; }
Property Value
|
Edit this page
View Source
Round
Declaration
[JsonProperty("rnd")]
[Key("rnd")]
public ulong? Round { get; set; }
Property Value
|
Edit this page
View Source
Step
Declaration
[JsonProperty("step")]
[Key("step")]
public ulong? Step { get; set; }
Property Value
|
Edit this page
View Source
Votes
Declaration
[JsonProperty("vote")]
[Key("vote")]
public ICollection<BlockCertVote> Votes { get; set; }
Property Value