makeBip32PrivateKeyWithBip39Entropy
export function makeBip32PrivateKeyWithBip39Entropy(
entropy: number[],
force: boolean
): Bip32PrivateKey
Arguments
1. entropy
entropy: number[]
2. force
force: boolean
Returns
Bip32PrivateKey