mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Includes the necessary signing functions and the fee amortization logic. Moves transaction-chaining to utxo/transaction-chaining.
4 lines
106 B
Rust
4 lines
106 B
Rust
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
|
#![doc = include_str!("../README.md")]
|
|
#![deny(missing_docs)]
|