UNPKG

298 BTypeScriptView Raw
1/// <reference types="node" />
2export declare function getEntropy(numberOfBytes: number): Buffer;
3export declare function makeECPrivateKey(): string;
4export declare function publicKeyToAddress(publicKey: string): string;
5export declare function getPublicKeyFromPrivate(privateKey: string): string;