Class BlockCertProp
Inheritance
BlockCertProp
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class BlockCertProp
Properties
|
Edit this page
View Source
Dig
Declaration
[JsonProperty("dig")]
[Key("dig")]
public byte[]? Dig { get; set; }
Property Value
|
Edit this page
View Source
EncDig
Declaration
[JsonProperty("encdig")]
[Key("encdig")]
public byte[]? EncDig { get; set; }
Property Value
|
Edit this page
View Source
Oprop
Declaration
[JsonProperty("oprop")]
[Key("oprop")]
public byte[]? Oprop { get; set; }
Property Value