This website requires JavaScript.
Explore
Help
Sign In
absolutebi
/
serai
Watch
1
Star
0
Fork
0
You've already forked serai
mirror of
https://github.com/serai-dex/serai.git
synced
2025-12-09 20:59:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7c7f17aac66112a2405d6e77bcbac5b0fcf81662
serai
/
coordinator
/
tributary
/
src
/
tests
/
mod.rs
11 lines
121 B
Rust
Raw
Normal View
History
Unescape
Escape
Define all coordinator transaction types
2023-04-11 19:04:53 -04:00
mod
transaction
;
pub
use
transaction
::
*
;
Block contructor and tests
2023-04-11 20:24:27 -04:00
Test the blockchain
2023-04-12 11:13:48 -04:00
#[
cfg(test)
]
mod
merkle
;
Block contructor and tests
2023-04-11 20:24:27 -04:00
#[
cfg(test)
]
mod
block
;
#[
cfg(test)
]
Test the blockchain
2023-04-12 11:13:48 -04:00
mod
blockchain
;
Reference in New Issue
Copy Permalink