Class BlockCertVoteSig
Inheritance
BlockCertVoteSig
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class BlockCertVoteSig
Properties
|
Edit this page
View Source
P
Declaration
[JsonProperty("p")]
[Key("p")]
public byte[]? P { get; set; }
Property Value
|
Edit this page
View Source
P1S
Declaration
[JsonProperty("p1s")]
[Key("p1s")]
public byte[]? P1S { get; set; }
Property Value
|
Edit this page
View Source
P2
Declaration
[JsonProperty("p2")]
[Key("p2")]
public byte[]? P2 { get; set; }
Property Value
|
Edit this page
View Source
P2S
Declaration
[JsonProperty("p2s")]
[Key("p2s")]
public byte[]? P2S { get; set; }
Property Value
|
Edit this page
View Source
PS
Declaration
[JsonProperty("ps")]
[Key("ps")]
public byte[]? PS { get; set; }
Property Value
|
Edit this page
View Source
S
Declaration
[JsonProperty("s")]
[Key("s")]
public byte[]? S { get; set; }
Property Value