Search Results for

    Show / Hide Table of Contents

    Struct AssetResponse

    Asset information

    Implements
    IWrappedValue<Asset>
    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    [AlgoApiFormatter(typeof(WrappedValueFormatter<AssetResponse, Asset>), "", "", 0)]
    public struct AssetResponse : IEquatable<AssetResponse>, IWrappedValue<Asset>

    Constructors

    AssetResponse(Asset)

    Declaration
    public AssetResponse(Asset value)
    Parameters
    Type Name Description
    Asset value

    Properties

    WrappedValue

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

    Methods

    Equals(AssetResponse)

    Declaration
    public bool Equals(AssetResponse other)
    Parameters
    Type Name Description
    AssetResponse other
    Returns
    Type Description
    Boolean

    Operators

    Implicit(Asset to AssetResponse)

    Declaration
    public static implicit operator AssetResponse(Asset value)
    Parameters
    Type Name Description
    Asset value
    Returns
    Type Description
    AssetResponse

    Implicit(AssetResponse to Asset)

    Declaration
    public static implicit operator Asset(AssetResponse wrapper)
    Parameters
    Type Name Description
    AssetResponse wrapper
    Returns
    Type Description
    Asset

    Implements

    IWrappedValue<T>
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾