Search Results for

    Show / Hide Table of Contents

    Struct AssetHolding

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

    Properties

    Amount

    [a] number of units held.

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

    AssetId

    Asset ID of the holding.

    Declaration
    [AlgoApiField("asset-id")]
    public AssetIndex AssetId { get; set; }
    Property Value
    Type Description
    AssetIndex

    IsFrozen

    [f] whether or not the holding is frozen.

    Declaration
    [AlgoApiField("is-frozen")]
    public bool IsFrozen { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    Equals(AssetHolding)

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