makeRandomBip32PrivateKey
Generate a Bip32PrivateKey from a random number generator. This is not cryptographically secure, only use this for testing purpose
export function makeRandomBip32PrivateKey(random: NumberGenerator): Bip32PrivateKey
Arguments
Name | Type | Description |
---|---|---|
random | NumberGenerator |
Return value
Bip32PrivateKey