Class Balance


  • public class Balance
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Balance​(java.lang.String amount, java.lang.String currencyName)
      A balance object representing amount and currency name.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Balance

        public Balance​(java.lang.String amount,
                       java.lang.String currencyName)
        A balance object representing amount and currency name.
        Parameters:
        amount - The amount of assets in the balance or payment.
        currencyName - The name of the currency that will be ultimately credited into the destination account. It should obey the {scheme}:{identifier} format described in SEP-38.