UNPKG

@okxweb3/coin-kaspa

Version:

A Kaspa SDK for building Web3 wallets and applications.

6 lines (5 loc) 329 B
export declare function pubKeyFromPrvKey(prvKey: string): string; export declare function checkPrvKey(prvKey: string): boolean; export declare function addressFromPubKey(pubKey: string): string; export declare function addressFromPrvKey(prvKey: string): string; export declare function validateAddress(address: string): boolean;