UNPKG

@bsv/spv-wallet-js-client

Version:

TypeScript library for connecting to a SPV Wallet server

5 lines (4 loc) 245 B
export declare const RandomHex: (n: number) => string; export declare const ToHash: (string: string) => string; export declare const isHex: (hexString: string) => boolean; export declare const getChildNumsFromHex: (hexHash: string) => number[];