Type alias PendleEntityConfig

PendleEntityConfig: PendleEntityConfigOptionalAbi & {
    abi: ContractInterface;
}

This is the same type as PendleEntityConfigOptionalAbi, but with forced ABI.

Type declaration

  • abi: ContractInterface

Generated using TypeDoc