Interface PrivateKeyFromDerivationPathArgs

Arguments for deriving a private key from a mnemonic phrase and a BIP44 path.

interface PrivateKeyFromDerivationPathArgs {
    mnemonic: string;
    path: string;
}

Properties

Properties

mnemonic: string
path: string

Generated using TypeDoc