fn into_maybe_signed(
tx: BroadcastableTransaction,
) -> TransactionMaybeSigned<Ethereum>Expand description
Converts a network-agnostic [BroadcastableTransaction] into a
[TransactionMaybeSigned<Ethereum>] for use in the script pipeline.
fn into_maybe_signed(
tx: BroadcastableTransaction,
) -> TransactionMaybeSigned<Ethereum>Converts a network-agnostic [BroadcastableTransaction] into a
[TransactionMaybeSigned<Ethereum>] for use in the script pipeline.