serai/processor/signers
Luke Parker 0078858c1c Tidy messages, publish all Batches to the coordinator
Prior, we published SignedBatches, yet Batches are necessary for auditing
purposes.
2024-09-19 23:36:32 -07:00
..
src Tidy messages, publish all Batches to the coordinator 2024-09-19 23:36:32 -07:00
Cargo.toml Add BatchSignerTask 2024-09-19 23:36:32 -07:00
LICENSE Add empty serai-processor-signers library 2024-09-19 23:36:32 -07:00
README.md Add empty serai-processor-signers library 2024-09-19 23:36:32 -07:00

Processor Signers

Implementations of the tree signers used by a processor (the transaction signer, the Substrate signer, and the cosigner).

This library is interacted with via the serai_processor_messages::sign API.