ethers.js/packages/bytes/lib/hex.d.ts
2022-04-11 17:14:19 -04:00

4 lines
243 B
TypeScript

import type { BytesLike, Hexable } from "./types.js";
export declare function hexlify(data: BytesLike | Hexable): string;
export declare function quantity(value: BytesLike | Hexable | number | bigint): string;
//# sourceMappingURL=hex.d.ts.map