Closed Artemka374 closed 1 year ago
If the feature is enabled when you are building your contract, all the types that are marked with lazy attribute in storage_item macro will be wrapped in MockLazy type which is reducing contract size
lazy
storage_item
MockLazy
If the feature is enabled when you are building your contract, all the types that are marked with
lazy
attribute instorage_item
macro will be wrapped inMockLazy
type which is reducing contract size