UNPKG

@bandprotocol/bandchain.js

Version:

Library for interacting with BandChain in browser and Node.js environments

4 lines (3 loc) 235 B
export declare function isBip44(path: string): boolean; export declare function bip44ToArray(path: string): number[]; export declare function promiseTimeout<T>(promise: Promise<T | undefined>, timeout: number): Promise<T | undefined>;