Search Results for

    Show / Hide Table of Contents

    Struct AccountTotals

    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    [AlgoApiObject("", "", 0)]
    [Serializable]
    public struct AccountTotals : IEquatable<AccountTotals>

    Properties

    NotParticipating

    Amount of stake in non-participating accounts

    Declaration
    [AlgoApiField("not-participating")]
    public ulong NotParticipating { get; set; }
    Property Value
    Type Description
    UInt64

    Offline

    Amount of stake in offline accounts

    Declaration
    [AlgoApiField("offline")]
    public ulong Offline { get; set; }
    Property Value
    Type Description
    UInt64

    Online

    Amount of stake in online accounts

    Declaration
    [AlgoApiField("online")]
    public ulong Online { get; set; }
    Property Value
    Type Description
    UInt64

    RewardsLevel

    Total number of algos received per reward unit since genesis

    Declaration
    [AlgoApiField("rewards-level")]
    public ulong RewardsLevel { get; set; }
    Property Value
    Type Description
    UInt64

    Methods

    Equals(AccountTotals)

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