KeyPath

object KeyPath
trait Product
trait Mirror
class Object
trait Matchable
class Any
KeyPath.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply(path: String): KeyPath
Value parameters:
path

key path. A list of integers separated by a /. May start with "/" or "m/". A single quote appended at the end means use the hardened version of the ley index (example: m/44'/0'/0'/0)

Returns:

a KeyPath instance

Source:
DeterministicWallet.scala
def childNumberToString(childNumber: Long): String

Concrete fields