Optional
abi?: ContractInterfaceOptional
multicall?: MulticallThis type is used base configuration for a PendleEntity
, but is mainly used
for the subclass of PendleEntity
, as the subclass will pass its contract
ABI to the class PendleEntity
.
Pass in Multicall
to use contract methods with Multicall
(via * multicallStatic
).
Generated using TypeDoc
Base configuration type for the subclasses of
PendleEntity
.