Class Balance
- java.lang.Object
-
- org.stellar.anchor.paymentservice.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.
-
-
-
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.
-
-