Function reth_testing_utils::generators::sign_tx_with_key_pair

source ยท
pub fn sign_tx_with_key_pair(
    key_pair: Keypair,
    tx: Transaction,
) -> TransactionSigned
Expand description

Signs the Transaction with the given key pair.