UNPKG

@bajetech/digitalbits-wallet-sdk

Version:

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

3 lines (2 loc) 135 B
import { EncryptedKey, KeyMetadata } from "../types"; export declare function getKeyMetadata(encryptedKey: EncryptedKey): KeyMetadata;