Search Results for

    Show / Hide Table of Contents

    Struct AssetFreezeTxn.Params

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

    Fields

    AssetFrozen

    Declaration
    [AlgoApiField("afrz")]
    public Optional<bool> AssetFrozen
    Field Value
    Type Description
    Optional<Boolean>

    FreezeAccount

    Declaration
    [AlgoApiField("fadd")]
    public Address FreezeAccount
    Field Value
    Type Description
    Address

    FreezeAsset

    Declaration
    [AlgoApiField("faid")]
    public AssetIndex FreezeAsset
    Field Value
    Type Description
    AssetIndex

    Methods

    Equals(AssetFreezeTxn.Params)

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