Search Results for

    Show / Hide Table of Contents

    Struct AssetResponse

    Namespace: Algorand.Unity.Indexer
    Assembly: cs.temp.dll.dll
    Syntax
    public struct AssetResponse : IEquatable<AssetResponse>

    Properties

    Asset

    Declaration
    public Asset Asset { get; set; }
    Property Value
    Type Description
    Asset

    CurrentRound

    Round at which the results were computed.

    Declaration
    public ulong CurrentRound { get; set; }
    Property Value
    Type Description
    UInt64

    Methods

    Equals(AssetResponse)

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