UNPKG

@dashevo/wallet-lib

Version:
11 lines (7 loc) 601 B
**Usage**: `account.getPrivateKeys(addressList)` **Description**: This method return the private keys list matching the passed address list of public keys Parameters: | parameters | type | required | Description | |---------------------|-----------------|----------------| ------------------------------------------------------------------------------- | | **addressList** | Array[String ]| yes | The list of public address to match private key | Returns : Array[PrivateKey]