Bip44Wallet

case
class Bip44Wallet(mnemonic: String, password: String)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getAccount(index: Int): Account

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val masterKeypair: Bip32ECKeyPair
val seed: Array[Byte]