Module: utils/multicall
Classes
Type Aliases
CallInput
CallInput<T
>: Object
Input to multicall aggregator
Type parameters
Name |
---|
T |
Type declaration
Name | Type | Description |
---|---|---|
decoder | (returnData : string ) => T | Function to decode the result of the call |
encoder | () => string | Function to produce encoded call data |
targetAddr | string | Address of the target contract to be called |