Class HeartBeat
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class HeartBeat
Properties
|
Edit this page
View Source
Account
Declaration
[JsonProperty("a", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("a")]
public Address? Account { get; set; }
Property Value
|
Edit this page
View Source
KD
Declaration
[JsonProperty("kd", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("kd")]
public ulong? KD { get; set; }
Property Value
|
Edit this page
View Source
Proof
Declaration
[JsonProperty("prf")]
[Key("prf")]
public BlockCertVoteSig? Proof { get; set; }
Property Value
|
Edit this page
View Source
SD
Declaration
[JsonProperty("sd", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("sd")]
public byte[]? SD { get; set; }
Property Value
|
Edit this page
View Source
Vid
Declaration
[JsonProperty("vid", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("vid")]
public byte[]? Vid { get; set; }
Property Value