Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
malik672 committed Dec 2, 2024
1 parent 490138a commit d4a028f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zink/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d4a028f

Please sign in to comment.