Skip to content

Commit bb58182

Browse files
committed
feat(data_structures): add basic staking tracker with tests
1 parent 7ab51a9 commit bb58182

File tree

2 files changed

+498
-0
lines changed

2 files changed

+498
-0
lines changed

data_structures/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ pub mod fee;
3838
/// Module containing data_request structures
3939
pub mod data_request;
4040

41+
/// Module containing data structures for the staking functionality
42+
pub mod staking;
43+
4144
/// Module containing superblock structures
4245
pub mod superblock;
4346

0 commit comments

Comments
 (0)