alloy icon indicating copy to clipboard operation
alloy copied to clipboard

[Feature] Add `signer` field in `Signed` tx - Use `OnceLock`

Open yash-atreya opened this issue 10 months ago • 0 comments

Component

consensus, eips, genesis

Describe the feature you would like

Motivation

Ref https://github.com/alloy-rs/alloy/pull/472#discussion_r1556009874

Solution

Add a signed_by: OnceLock<Address> field in Signed tx

Additional context

No response

yash-atreya avatar Apr 08 '24 15:04 yash-atreya