Search Results for

    Show / Hide Table of Contents

    Struct ParticipationUpdates

    Namespace: Algorand.Unity.Indexer
    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
    Type Description
    String[]

    Methods

    Equals(ParticipationUpdates)

    Declaration
    public bool Equals(ParticipationUpdates other)
    Parameters
    Type Name Description
    ParticipationUpdates other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾