Skip to content

Commit 1ae51ac

Browse files
committed
add common types to lib.rs
1 parent 1ac2a78 commit 1ae51ac

File tree

1 file changed

+4
-0
lines changed
  • clarity-serialization/src

1 file changed

+4
-0
lines changed

clarity-serialization/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ pub mod errors;
2929
pub mod representations;
3030
pub mod types;
3131

32+
pub use errors::CodecError;
33+
pub use representations::{ClarityName, ContractName};
34+
pub use types::Value;
35+
3236
#[cfg(any(test, feature = "testing"))]
3337
pub mod tests;
3438

0 commit comments

Comments
 (0)