mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
It's only there to make the VariantSignid unique across Sessions. By localizing the VariantSignid to a Session, we avoid this, and can better ensure we don't queue work for historic sessions.
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.