@dashevo/wallet-lib
Version:
Light wallet library for Dash
12 lines (8 loc) • 779 B
Markdown
**Usage**: `identities.getIdentityHDKeyByIndex(identityIndex, keyIndex)`
**Description**: This method returns the identity HDKey of `identityIndex` for the specified `keyIndex`
Parameters:
| parameters | type | required | Description |
|---------------------|-----------|----------------| --------------------------------------------------------------------------------|
| **identityIndex** | number | yes | To derive the key for a specific identityIndex (default: 0) |
| **keyIndex** | number | yes | To derive the key for a specific keyIndex (default: 0) |
Returns : HDKeys (private, public).