Search Results for

    Show / Hide Table of Contents

    Struct AssetFreezeTxn.Params

    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public struct Params : IEquatable<AssetFreezeTxn.Params>

    Fields

    AssetFrozen

    Declaration
    public Optional<bool> AssetFrozen
    Field Value
    Type Description
    Optional<Boolean>

    FreezeAccount

    Declaration
    public Address FreezeAccount
    Field Value
    Type Description
    Address

    FreezeAsset

    Declaration
    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
    ☀
    ☾