alloy_signer

Macro sign_transaction_with_chain_id

source
macro_rules! sign_transaction_with_chain_id {
    ($signer:expr, $tx:expr, $sign:expr) => { ... };
}
Expand description

Utility to get and set the chain ID on a transaction and the resulting signature within a signer’s sign_transaction.