Skip to content

Commit df27c0e

Browse files
committed
feat(common): re-expose 'AggregateSignatureType' from STM
1 parent 84e3c1e commit df27c0e

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)