UNPKG

blockstack

Version:

The Blockstack Javascript library for authentication, identity, and storage.

6 lines (5 loc) 298 B
/// <reference types="node" /> export declare function getEntropy(numberOfBytes: number): Buffer; export declare function makeECPrivateKey(): string; export declare function publicKeyToAddress(publicKey: string): string; export declare function getPublicKeyFromPrivate(privateKey: string): string;