Skip to content

Commit

Permalink
chore: expose op receipt fields (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored Jan 4, 2024
1 parent 5f849d1 commit e64c1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc-types/src/eth/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::eth::other::OtherFields;
pub use access_list::{AccessList, AccessListItem, AccessListWithGasUsed};
use alloy_primitives::{Address, Bytes, B256, U128, U256, U64};
pub use common::TransactionInfo;
pub use receipt::TransactionReceipt;
pub use receipt::{OptimismTransactionReceiptFields, TransactionReceipt};
use serde::{Deserialize, Serialize};
pub use signature::{Parity, Signature};

Expand Down

0 comments on commit e64c1c2

Please sign in to comment.