Struct ParticipationUpdates
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct ParticipationUpdates : IEquatable<ParticipationUpdates>
Properties
ExpiredParticipationAccounts
[partupdrmv] a list of online accounts that needs to be converted to offline since their participation key expired.
Declaration
[AlgoApiField("expired-participation-accounts")]
public string[] ExpiredParticipationAccounts { get; set; }
Property Value
Methods
Equals(ParticipationUpdates)
Declaration
public bool Equals(ParticipationUpdates other)
Parameters
Returns