Class AssetHolding

java.lang.Object
com.algorand.algosdk.algod.client.model.AssetHolding

@Deprecated
public class AssetHolding
extends java.lang.Object
Deprecated.
  • Constructor Summary

    Constructors
    Constructor Description
    AssetHolding()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    java.math.BigInteger getAmount()
    Deprecated.
    Amount specifies the number of units held.
    java.lang.String getCreator()
    Deprecated.
    Creator specifies the address that created this asset.
    java.lang.Boolean getFrozen()
    Deprecated.
    Frozen specifies whether this holding is frozen.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AssetHolding

      public AssetHolding()
      Deprecated.
  • Method Details

    • getCreator

      public java.lang.String getCreator()
      Deprecated.
      Creator specifies the address that created this asset. This is the address where the parameters for this asset can be found, and also the address where unwanted asset units can be sent in the worst case.
      Returns:
      creator
    • getAmount

      public java.math.BigInteger getAmount()
      Deprecated.
      Amount specifies the number of units held.
      Returns:
      amount
    • getFrozen

      public java.lang.Boolean getFrozen()
      Deprecated.
      Frozen specifies whether this holding is frozen.
      Returns:
      frozen