Search Results for

    Show / Hide Table of Contents

    Struct MiniAssetHolding

    Namespace: Algorand.Unity.Indexer
    Assembly: cs.temp.dll.dll
    Syntax
    public struct MiniAssetHolding : IEquatable<MiniAssetHolding>

    Properties

    Address

    Declaration
    public string Address { get; set; }
    Property Value
    Type Description
    String

    Amount

    Declaration
    public ulong Amount { get; set; }
    Property Value
    Type Description
    UInt64

    Deleted

    Whether or not this asset holding is currently deleted from its account.

    Declaration
    public Optional<bool> Deleted { get; set; }
    Property Value
    Type Description
    Optional<Boolean>

    IsFrozen

    Declaration
    public bool IsFrozen { get; set; }
    Property Value
    Type Description
    Boolean

    OptedInAtRound

    Round during which the account opted into the asset.

    Declaration
    public Optional<ulong> OptedInAtRound { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    OptedOutAtRound

    Round during which the account opted out of the asset.

    Declaration
    public Optional<ulong> OptedOutAtRound { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    Methods

    Equals(MiniAssetHolding)

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