2
0
mirror of synced 2025-02-24 03:58:06 +00:00
ethers.js/packages/strings/lib/bytes32.d.ts

4 lines
187 B
TypeScript

import { BytesLike } from "@ethersproject/bytes";
export declare function formatBytes32String(text: string): string;
export declare function parseBytes32String(bytes: BytesLike): string;