Package org.bitcoindevkit
Interface AmountInterface
-
- All Implemented Interfaces:
public interface AmountInterface
The Amount type can be used to express Bitcoin amounts that support arithmetic and conversion to various denominations. The operations that Amount implements will panic when overflow or underflow occurs. Also note that since the internal representation of amounts is unsigned, subtracting below zero is considered an underflow and will cause a panic.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
AmountInterface.Companion
-