-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Component
Anvil
Describe the feature you would like
same as
we can duplicate
/// Response type for `eth_fillTransaction` RPC method.
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct FillTransactionResult<T> {
/// RLP-encoded transaction bytes
pub raw: Bytes,
/// Filled transaction object
pub tx: T,
}in anvil but also upstream the type to foundry as well
Additional context
assigning @mablr
mablr
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done