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) 143 B
import { Encrypter } from "../types"; /** * "Encrypt" keys in a very basic, naive way. */ export declare const IdentityEncrypter: Encrypter;