UNPKG

ethereum-multicall-extended

Version:

Multicall allows multiple smart contract constant function calls to be grouped into a single call and the results aggregated into a single result

8 lines (7 loc) 152 B
export declare class Utils { /** * Deep clone a object * @param object The object */ static deepClone<T>(object: T): T; }