Skip to content

Commit ab858a8

Browse files
committed
Implement SignedEntityStore providers
1 parent 1419d03 commit ab858a8

File tree

2 files changed

+440
-0
lines changed

2 files changed

+440
-0
lines changed

mithril-aggregator/src/database/provider/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
mod certificate;
33
mod epoch_setting;
44
mod open_message;
5+
mod signed_entity;
56
mod signer_registration;
67
mod stake_pool;
78

89
pub use certificate::*;
910
pub use epoch_setting::*;
1011
pub use open_message::*;
12+
pub use signed_entity::*;
1113
pub use signer_registration::*;
1214
pub use stake_pool::*;

0 commit comments

Comments
 (0)