Expand description
§Transaction Signing Utilities
This module provides logic signing the transactions used in the Clementine bridge.
Structs§
- Transaction
Request Data - Data to identify the deposit and kickoff.
Functions§
- create_
and_ sign_ txs - Creates and signs all transaction types that can be signed by the entity.
- get_
kickoff_ utxos_ to_ sign - Deterministically (given same seed) generates a set of kickoff indices for an operator to sign, using the operator’s public key, deposit block hash, and deposit outpoint as the seed. To make the output consistent across versions, a fixed rng algorithm (ChaCha12Rng) is used.