Function ethereum_serai::crypto::deterministically_sign

source ยท
pub fn deterministically_sign(tx: &TxLegacy) -> Signed<TxLegacy>
Expand description

Deterministically sign a transaction.

This function panics if passed a transaction with a non-None chain ID.