mackieq
Results
1
issues of
mackieq
The Amount Object is: ``` public class Amount { private String unit; private BigInteger quantity; } ``` When the transfer amount includes decimals, how should it be handled? The Current...