Search Results for

    Show / Hide Table of Contents

    Struct AccountAssetResponse

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

    Properties

    AssetHolding

    [asset] Details about the asset held by this account.

    The raw account uses AssetHolding for this type.

    Declaration
    [AlgoApiField("asset-holding")]
    public AssetHolding AssetHolding { get; set; }
    Property Value
    Type Description
    AssetHolding

    CreatedAsset

    [apar] parameters of the asset created by this account.

    The raw account uses AssetParams for this type.

    Declaration
    [AlgoApiField("created-asset")]
    public AssetParams CreatedAsset { get; set; }
    Property Value
    Type Description
    AssetParams

    Round

    The round for which this information is relevant.

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

    Methods

    Equals(AccountAssetResponse)

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