ethers.js/packages/json-wallets/lib.esm/utils.d.ts

6 lines
340 B
TypeScript
Raw Normal View History

2019-05-15 01:48:48 +03:00
import { Bytes } from "@ethersproject/bytes";
export declare function looseArrayify(hexString: string): Uint8Array;
export declare function zpad(value: String | number, length: number): String;
export declare function getPassword(password: Bytes | string): Uint8Array;
export declare function searchPath(object: any, path: string): string;