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

4 lines
218 B
TypeScript

import type { BytesLike } from "@ethersproject/logger";
export declare function encodeBase58(_value: BytesLike): string;
export declare function decodeBase58(value: string): string;
//# sourceMappingURL=base58.d.ts.map