Expand description
Batch signing — coordinate multiple messages under one batch ID.
High-volume signers produce many signatures per quorum activation. The batch API creates N sessions under one batch ID, amortizing quorum coordination overhead. Each message gets its own session (so each gets its own audit trail), but they share the same quorum, threshold, and lifecycle.
Structs§
- Batch
Session - A batch of related sessions tracked under one batch ID.
- Batch
Session Request - A batch signing request: N messages, same quorum.
- Batch
Signer - Batch session manager. Wraps a Coordinator to provide batch creation and aggregation.
Enums§
- Batch
Error - Errors during batch operations.