Search Results for

    Show / Hide Table of Contents

    Struct MiniAssetHolding

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

    Properties

    Address

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

    Amount

    Declaration
    [AlgoApiField("amount")]
    public ulong Amount { get; set; }
    Property Value
    Type Description
    UInt64

    Deleted

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

    Declaration
    [AlgoApiField("deleted")]
    public Optional<bool> Deleted { get; set; }
    Property Value
    Type Description
    Optional<Boolean>

    IsFrozen

    Declaration
    [AlgoApiField("is-frozen")]
    public bool IsFrozen { get; set; }
    Property Value
    Type Description
    Boolean

    OptedInAtRound

    Round during which the account opted into the asset.

    Declaration
    [AlgoApiField("opted-in-at-round")]
    public Optional<ulong> OptedInAtRound { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    OptedOutAtRound

    Round during which the account opted out of the asset.

    Declaration
    [AlgoApiField("opted-out-at-round")]
    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
    ☀
    ☾