(Object buff2)
| 3412 | } |
| 3413 | |
| 3414 | public Object binaryToBase58(Object buff2) { |
| 3415 | byte[] buff = (byte[])buff2; |
| 3416 | return Crypto.binaryToHex(buff); |
| 3417 | } |
| 3418 | |
| 3419 | public Object toFixed(Object number, Object decimals) { |
| 3420 | double num = ((Number) number).doubleValue(); |
no test coverage detected