Search Results for

    Show / Hide Table of Contents

    Struct TransactionAssetFreeze

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

    Properties

    Address

    [fadd] Address of the account whose asset is being frozen or thawed.

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

    AssetId

    [faid] ID of the asset being frozen or thawed.

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

    NewFreezeStatus

    [afrz] The new freeze status.

    Declaration
    [AlgoApiField("new-freeze-status")]
    public bool NewFreezeStatus { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    Equals(TransactionAssetFreeze)

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