mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 13:09:24 +00:00
Add processor/scheduler/utxo/primitives
Includes the necessary signing functions and the fee amortization logic. Moves transaction-chaining to utxo/transaction-chaining.
This commit is contained in:
3
processor/scheduler/utxo/transaction-chaining/src/lib.rs
Normal file
3
processor/scheduler/utxo/transaction-chaining/src/lib.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
#![doc = include_str!("../README.md")]
|
||||
#![deny(missing_docs)]
|
||||
Reference in New Issue
Block a user