Convenience type for something that looks like the OE contract interface but could be addresses instead of actual contract objects.

interface OEContractsLike {
    l1: OEL1ContractsLike;
    l2: OEL2ContractsLike;
}

Properties

Properties

Generated using TypeDoc