Class Utils

java.lang.Object
org.nervos.ckb.utils.Utils

public class Utils
extends java.lang.Object
Copyright © 2019 Nervos Foundation. All rights reserved.
  • Constructor Summary

    Constructors 
    Constructor Description
    Utils()  
  • Method Summary

    Modifier and Type Method Description
    static java.math.BigInteger ckbToShannon​(double value)  
    static java.math.BigInteger ckbToShannon​(long value)  
    static java.math.BigInteger ckbToShannon​(java.math.BigInteger value)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • ckbToShannon

      public static java.math.BigInteger ckbToShannon​(java.math.BigInteger value)
    • ckbToShannon

      public static java.math.BigInteger ckbToShannon​(long value)
    • ckbToShannon

      public static java.math.BigInteger ckbToShannon​(double value)