Controllers Overview
Handle asset-specific logic
Each Rental Auction instance requires a controller to handle asset-specific logic.
Controllers are deployed via the Minimal Clones Proxy Pattern (like the Rental Auctions themselves) once per auction instance. Controllers hold the asset being rented and react to renter changes.
Last updated