UNPKG

@alice-network/zos-lib

Version:

JavaScript library for the ZeppelinOS smart contract platform

5 lines (4 loc) 251 B
export declare const ZERO_ADDRESS: string; export declare function toAddress(contractOrAddress: string | any): string; export declare function isZeroAddress(address: string): boolean; export declare function uint256ToAddress(uint256: string): string;