pawtils
Version:
This repository contains several utils to work with the cryptocurrency [Paw](https://paw.digital/) inside the browser.
5 lines • 379 B
TypeScript
export declare function deriveAddressFromPublicKey(publicKey: string): string;
export declare function derivePublicKeyFromPrivateKey(privateKey: Uint8Array): Uint8Array;
export declare function derivePublicKeyFromAddress(address: string): Uint8Array;
export declare function signHash(privateKey: Uint8Array, hash: Uint8Array): Uint8Array;
//# sourceMappingURL=crypto.d.ts.map