ethers.js/packages/strings/lib/bytes32.d.ts

4 lines
231 B
TypeScript
Raw Permalink Normal View History

2022-04-11 17:14:19 -04:00
import type { BytesLike } from "@ethersproject/logger";
export declare function formatBytes32String(text: string): string;
export declare function parseBytes32String(_bytes: BytesLike): string;
//# sourceMappingURL=bytes32.d.ts.map