Skip to main content

Using Internal Library

The Meta Contract DevKit uses a Schema-based data management system, and it is recommended to use Solidity's internal library for data operations. Conceptually, this approach is akin to handling abstract data types.

Overview

Using an internal library allows for efficient data management, enhancing consistency and reusability, and improving code maintainability.