mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Outline of the transaction-chaining scheduler
This commit is contained in:
@@ -21,6 +21,9 @@ pub use eventuality::*;
|
||||
mod block;
|
||||
pub use block::*;
|
||||
|
||||
mod payment;
|
||||
pub use payment::*;
|
||||
|
||||
/// An ID for an output/transaction/block/etc.
|
||||
///
|
||||
/// IDs don't need to implement `Copy`, enabling `[u8; 33]`, `[u8; 64]` to be used. IDs are still
|
||||
|
||||
Reference in New Issue
Block a user