Skip to main content

Module batch

Module batch 

Source
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§

BatchSession
A batch of related sessions tracked under one batch ID.
BatchSessionRequest
A batch signing request: N messages, same quorum.
BatchSigner
Batch session manager. Wraps a Coordinator to provide batch creation and aggregation.

Enums§

BatchError
Errors during batch operations.