ethers.js/lib.commonjs/wallet/utils.d.ts

8 lines
351 B
TypeScript
Raw Permalink Normal View History

2023-03-03 18:25:07 -07:00
/**
* @_ignore
*/
export declare function looseArrayify(hexString: string): Uint8Array;
export declare function zpad(value: String | number, length: number): String;
export declare function getPassword(password: string | Uint8Array): Uint8Array;
export declare function spelunk<T>(object: any, _path: string): T;
//# sourceMappingURL=utils.d.ts.map