Class BalanceData

  • All Implemented Interfaces:

    
    public final class BalanceData
    
                        

    Represents the data for a Balance resource in the tbDEX protocol.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getCurrencyCode() The ISO 4217 currency code for the balance.
      final String getAvailable() The available amount of the specified currency.
      • Methods inherited from class java.lang.Object

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

      • BalanceData

        BalanceData(String currencyCode, String available)