Class TransactionFee

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

@Deprecated
public class TransactionFee
extends java.lang.Object
Deprecated.
TransactionFee contains the suggested fee
  • Constructor Summary

    Constructors
    Constructor Description
    TransactionFee()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)
    Deprecated.
     
    TransactionFee fee​(java.math.BigInteger fee)
    Deprecated.
     
    java.math.BigInteger getFee()
    Deprecated.
    Fee is transaction fee Fee is in units of micro-Algos per byte.
    int hashCode()
    Deprecated.
     
    void setFee​(java.math.BigInteger fee)
    Deprecated.
     
    java.lang.String toString()
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TransactionFee

      public TransactionFee()
      Deprecated.
  • Method Details

    • fee

      public TransactionFee fee​(java.math.BigInteger fee)
      Deprecated.
    • getFee

      public java.math.BigInteger getFee()
      Deprecated.
      Fee is transaction fee Fee is in units of micro-Algos per byte. Fee may fall to zero but transactions must still have a fee of at least MinTxnFee for the current network protocol.
      Returns:
      fee
    • setFee

      public void setFee​(java.math.BigInteger fee)
      Deprecated.
    • equals

      public boolean equals​(java.lang.Object o)
      Deprecated.
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Deprecated.
      Overrides:
      toString in class java.lang.Object