Class HeartBeatTransaction
Inheritance
HeartBeatTransaction
Assembly: Algorand.dll
Syntax
[Serializable]
[MessagePackObject(false, AllowPrivate = true)]
public class HeartBeatTransaction : Transaction, IReturnableTransaction
Properties
|
Edit this page
View Source
HeartBeat
Declaration
[JsonProperty("hb")]
[Key("hb")]
public HeartBeat? HeartBeat { get; set; }
Property Value
|
Edit this page
View Source
type
Declaration
[JsonProperty(PropertyName = "type", Required = Required.Always)]
[Key("type")]
public string type { get; }
Property Value
Implements
Extension Methods