2
0
mirror of synced 2025-02-25 04:25:16 +00:00

9 lines
357 B
TypeScript
Raw Normal View History

2019-05-14 18:48:48 -04:00
import { BigNumberish } from "@ethersproject/bignumber";
export declare function getAddress(address: string): string;
export declare function isAddress(address: string): boolean;
export declare function getIcapAddress(address: string): string;
export declare function getContractAddress(transaction: {
from: string;
nonce: BigNumberish;
}): string;