Skip to content

Commit 28fcd2d

Browse files
committed
feat(common): re-expose 'AggregateSignatureType' from STM
1 parent d590778 commit 28fcd2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mithril-common/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ pub mod test;
2222

2323
pub use entities::{CardanoNetwork, MagicId};
2424

25+
pub use mithril_stm::AggregateSignatureType;
26+
2527
/// Generic error type
2628
pub type StdError = anyhow::Error;
2729

0 commit comments

Comments
 (0)