2020-07-20 02:27:26 -04:00
|
|
|
import { Bytes, BytesLike } from "@ethersproject/bytes";
|
2019-05-14 18:48:48 -04:00
|
|
|
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;
|
2020-07-20 02:27:26 -04:00
|
|
|
export declare function uuidV4(randomBytes: BytesLike): string;
|
2021-01-19 05:22:54 -05:00
|
|
|
//# sourceMappingURL=utils.d.ts.map
|