UNPKG

549 BTypeScriptView Raw
1import { BytesLike } from "@ethersproject/bytes";
2import { BigNumberish } from "@ethersproject/bignumber";
3export declare function getAddress(address: string): string;
4export declare function isAddress(address: string): boolean;
5export declare function getIcapAddress(address: string): string;
6export declare function getContractAddress(transaction: {
7 from: string;
8 nonce: BigNumberish;
9}): string;
10export declare function getCreate2Address(from: string, salt: BytesLike, initCodeHash: BytesLike): string;
11//# sourceMappingURL=index.d.ts.map
\No newline at end of file