ethers.js/packages/transaction/lib/address.d.ts

5 lines
312 B
TypeScript
Raw Permalink Normal View History

2022-04-17 03:13:04 -04:00
import type { BytesLike } from "@ethersproject/logger";
import type { SignatureLike } from "@ethersproject/signing-key";
export declare function computeAddress(key: string): string;
export declare function recoverAddress(digest: BytesLike, signature: SignatureLike): string;
//# sourceMappingURL=address.d.ts.map