Skip to main content

Lamination

The Lamination consists of three smart contracts: Laminator, LaminatorProxy, and LaminatorStorage. It serves as a framework for managing and processing smart transaction requests.

Laminator: Acts as a factory for creating LaminatedProxys. It's where smart transactions are initialized.

LaminatorProxy: A mempool, holding and managing queued transaction requests from users. It's like a waiting area for transactions.

LaminatorStorage: Provides the storage structure for the Laminator and LaminatorProxy. It stores configurations and data related to the transactions.