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
14 lines (13 loc) • 738 B
TypeScript
export { AbiInput } from './abi-input';
export { AbiItem } from './abi-item';
export { AbiOutput } from './abi-output';
export { AggregateCallContext } from './aggregate-call-context';
export { AggregateContractResponse } from './aggregate-contract-response';
export { AggregateResponse } from './aggregate-response';
export { CallContext } from './call-context';
export { CallReturnContext } from './call-return-context';
export { ContractCallContext } from './contract-call-context';
export { ContractCallResults } from './contract-call-results';
export { ContractCallReturnContext } from './contract-call-return-context';
export { ContractCallOptions } from './contract-call-options';
export * from './multicall-options';