Object Amount.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Amount fromBtc(Double btc) Convert from a value expressing bitcoins to an Amount.
      final Amount fromSat(ULong satoshi) Create an Amount with satoshi precision and the given number of satoshis.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • fromBtc

         final Amount fromBtc(Double btc)

        Convert from a value expressing bitcoins to an Amount.

      • fromSat

         final Amount fromSat(ULong satoshi)

        Create an Amount with satoshi precision and the given number of satoshis.