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

6 lines (5 loc) 111 B
export declare enum ExecutionType { web3 = "web3", ethers = "ethers", customHttp = "custom" }