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 interface AbiInput { name: string; type: string; internalType?: string; indexed?: boolean; components?: AbiInput[]; }