UNPKG

@bajetech/digitalbits-wallet-sdk

Version:

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

6 lines (5 loc) 124 B
import { Encrypter } from "../types"; /** * Encrypt keys with scrypt. */ export declare const ScryptEncrypter: Encrypter;