Search Results for

    Show / Hide Table of Contents

    Struct AssetConfigTxn.Params

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

    Fields

    AssetParams

    Declaration
    [AlgoApiField("params")]
    public AssetParams AssetParams
    Field Value
    Type Description
    AssetParams

    ConfigAsset

    Declaration
    [AlgoApiField("xaid")]
    public AssetIndex ConfigAsset
    Field Value
    Type Description
    AssetIndex

    Methods

    Equals(AssetConfigTxn.Params)

    Declaration
    public bool Equals(AssetConfigTxn.Params other)
    Parameters
    Type Name Description
    AssetConfigTxn.Params other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    • Fields
      • AssetParams
      • ConfigAsset
    • Methods
      • Equals(AssetConfigTxn.Params)
    Back to top
    Generated by DocFX
    ☀
    ☾