Search Results for

    Show / Hide Table of Contents

    Struct SupplyResponse

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

    Properties

    Current_round

    Round

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

    OnlineMoney

    OnlineMoney

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

    TotalMoney

    TotalMoney

    Declaration
    [AlgoApiField("total-money")]
    public ulong TotalMoney { get; set; }
    Property Value
    Type Description
    UInt64

    Methods

    Equals(SupplyResponse)

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