Search Results for

    Show / Hide Table of Contents

    Struct AssetResourceRecord

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

    Properties

    Address

    Account address of the asset

    Declaration
    [AlgoApiField("address")]
    public string Address { get; set; }
    Property Value
    Type Description
    String

    AssetDeleted

    Whether the asset was deleted

    Declaration
    [AlgoApiField("asset-deleted")]
    public bool AssetDeleted { get; set; }
    Property Value
    Type Description
    Boolean

    AssetHolding

    The asset holding

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

    AssetHoldingDeleted

    Whether the asset holding was deleted

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

    AssetIndex

    Index of the asset

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

    AssetParams

    Asset params

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

    Methods

    Equals(AssetResourceRecord)

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