Struct ParticipationUpdates
Namespace: Algorand.Unity.Indexer
Assembly: cs.temp.dll.dll
Syntax
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
public string[] ExpiredParticipationAccounts { get; set; }
Property Value
Type | Description |
---|---|
String[] |
Methods
Equals(ParticipationUpdates)
Declaration
public bool Equals(ParticipationUpdates other)
Parameters
Type | Name | Description |
---|---|---|
ParticipationUpdates | other |
Returns
Type | Description |
---|---|
Boolean |