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
ff5c240fccb4cb6001fefa65de22aa28dcadd1fe
serai
/
coordinator
/
tributary
/
src
/
tests
/
mod.rs
8 lines
97 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
#[
cfg(test)
]
mod
block
;
#[
cfg(test)
]
pub
use
block
::
*
;
Reference in New Issue
Copy Permalink