makeBip32PrivateKeyWithBip39Entropy
export function makeBip32PrivateKeyWithBip39Entropy(
entropy: number[],
force: boolean
): Bip32PrivateKey
Arguments
Name | Type | Description |
---|---|---|
entropy | number[] | |
force | boolean |
Return value
Bip32PrivateKey
export function makeBip32PrivateKeyWithBip39Entropy(
entropy: number[],
force: boolean
): Bip32PrivateKey
Name | Type | Description |
---|---|---|
entropy | number[] | |
force | boolean |
Bip32PrivateKey