ethers.js/lib.esm/wallet/utils.d.ts
2023-04-27 21:19:55 +09:00

8 lines
351 B
TypeScript

/**
* @_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