2
0
mirror of synced 2025-02-24 12:08:10 +00:00
ethers.js/packages/strings/bytes32.d.ts

4 lines
187 B
TypeScript
Raw Normal View History

2019-07-27 19:02:24 -03:00
import { BytesLike } from "@ethersproject/bytes";
export declare function formatBytes32String(text: string): string;
export declare function parseBytes32String(bytes: BytesLike): string;