From d4a028f01ba9454a90917459dc308f2f2fa4406e Mon Sep 17 00:00:00 2001 From: malik Date: Mon, 2 Dec 2024 10:26:20 +0100 Subject: [PATCH] changes --- zink/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zink/src/lib.rs b/zink/src/lib.rs index a424611b9..c9e81b884 100644 --- a/zink/src/lib.rs +++ b/zink/src/lib.rs @@ -12,7 +12,7 @@ pub mod primitives; pub mod storage; pub use self::{asm::Asm, event::Event}; -pub use storage::{DoubleKeyMapping, Mapping, Storage}; +pub use storage::{DoubleKeyMapping, Mapping, Storage, TransientStorage}; pub use zink_codegen::{external, revert, storage, transient_storage, Event}; /// Generate a keccak hash of the input (sha3)