Search
Preparing search index...
The search index is not available
@stricahq/bip32ed25519 - v1.0.3
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@stricahq/bip32ed25519 - v1.0.3
Bip32PrivateKey
Class Bip32PrivateKey
Hierarchy
Bip32PrivateKey
Index
Constructors
constructor
Methods
derive
to
Bip32
Public
Key
to
Bytes
to
Private
Key
from
Entropy
Constructors
constructor
new
Bip32
Private
Key
(
xprv
:
Buffer
)
:
Bip32PrivateKey
Parameters
xprv:
Buffer
Returns
Bip32PrivateKey
Methods
derive
derive
(
index
:
number
)
:
Bip32PrivateKey
Parameters
index:
number
Returns
Bip32PrivateKey
to
Bip32
Public
Key
to
Bip32
Public
Key
(
)
:
Bip32PublicKey
Returns
Bip32PublicKey
to
Bytes
to
Bytes
(
)
:
Buffer
Returns
Buffer
to
Private
Key
to
Private
Key
(
)
:
PrivateKey
Returns
PrivateKey
Static
from
Entropy
from
Entropy
(
entropy
:
Buffer
)
:
Promise
<
Bip32PrivateKey
>
Parameters
entropy:
Buffer
Returns
Promise
<
Bip32PrivateKey
>
Exports
Bip32
Private
Key
constructor
derive
to
Bip32
Public
Key
to
Bytes
to
Private
Key
from
Entropy