2018-07-31 01:59:52 +03:00
|
|
|
import { BigNumber } from './bignumber';
|
|
|
|
import { Arrayish } from './bytes';
|
2018-07-24 02:21:42 +03:00
|
|
|
export declare function getAddress(address: string): string;
|
|
|
|
export declare function getIcapAddress(address: string): string;
|
|
|
|
export declare function getContractAddress(transaction: {
|
|
|
|
from: string;
|
|
|
|
nonce: Arrayish | BigNumber | number;
|
|
|
|
}): string;
|