UNPKG

@bajetech/digitalbits-wallet-sdk

Version:

A library to make it easier to write wallets that interact with the DigitalBits blockchain

7 lines 157 B
export function getKeyMetadata(encryptedKey) { var id = encryptedKey.id; return { id: id, }; } //# sourceMappingURL=getKeyMetadata.js.map