Readonly
callbackReadonly
contractReadonly
dataReadonly
methodStatic
calcStatic
utilsPrivate
addOptional
dataOverrides: MetaMethodExtraParams<MetaMethodType>Optional
dataOverrides: MetaMethodExtraParams<"callStatic">Optional
dataOverrides: MetaMethodExtraParams<"estimateGas">Optional
dataOverrides: MetaMethodExtraParams<"extractParams">Optional
dataOverrides: MetaMethodExtraParams<"populateTransaction">Optional
dataOverrides: MetaMethodExtraParams<"send">Static
attachStatic
attachThis function tries to keeps the obj
of type MetaMethodReturnType
as
generic as possible. If a variable of type MetaMethodReturnType
is
being awaited, the generic type will be collapsed, hence the type
checking might failed.
Generated using TypeDoc
Note: When the overrides has only blockTag property (that is, when Multicall.isMulticallOverrides(overrides) is true), multicall is used. Otherwise callStatic is used.