Package 

Interface DerivationPathInterface

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean isEmpty() Returns true if the derivation path is empty
      abstract Boolean isMaster() Returns whether derivation path represents master key (i.e.
      abstract ULong len() Returns length of the derivation path
      • Methods inherited from class java.lang.Object

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

      • isEmpty

         abstract Boolean isEmpty()

        Returns true if the derivation path is empty

      • isMaster

         abstract Boolean isMaster()

        Returns whether derivation path represents master key (i.e. it's length is empty). True for m path.

      • len

         abstract ULong len()

        Returns length of the derivation path