Class ParticipationUpdates
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.ParticipationUpdates
-
public class ParticipationUpdates extends PathResponse
Participation account data that needs to be checked/acted on by the network.
-
-
Field Summary
Fields Modifier and Type Field Description List<String>
absentParticipationAccounts
(partupabs) a list of online accounts that need to be suspended.List<String>
expiredParticipationAccounts
(partupdrmv) a list of online accounts that needs to be converted to offline since their participation key expired.
-
Constructor Summary
Constructors Constructor Description ParticipationUpdates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-