HdAccount

scalus.cardano.wallet.hd.HdAccount
See theHdAccount companion class
object HdAccount

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HdAccount.type

Members list

Value members

Concrete methods

def fromMnemonic(mnemonic: String, passphrase: String = ..., accountIndex: Int = ...)(using Ed25519Signer): HdAccount

Create an HdAccount from a BIP-39 mnemonic.

Create an HdAccount from a BIP-39 mnemonic.

Uses BIP32-Ed25519 (Icarus-style) key derivation which is compatible with standard Cardano wallets like Daedalus, Yoroi, and others.

Value parameters

accountIndex

the account index (default 0)

mnemonic

the BIP-39 mnemonic sentence

passphrase

optional passphrase (empty string if none)

Attributes

Returns

the HD account