You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use alloy_consensus::{EthereumTxEnvelope,Header,TxEip4844Variant};
7
7
use alloy_dyn_abi::{DynSolType,DynSolValue,FunctionExt};
8
+
use alloy_eips::eip7594::BlobTransactionSidecarVariant;
8
9
use alloy_ens::NameOrAddress;
9
10
use alloy_json_abi::Function;
10
11
use alloy_network::{AnyNetwork,AnyRpcTransaction};
@@ -2316,9 +2317,11 @@ impl SimpleCast {
2316
2317
/// let tx = "0x02f8f582a86a82058d8459682f008508351050808303fd84948e42f2f4101563bf679975178e880fd87d3efd4e80b884659ac74b00000000000000000000000080f0c1c49891dcfdd40b6e0f960f84e6042bcb6f000000000000000000000000b97ef9ef8734c71904d8002f8b6bc66dd9c48a6e00000000000000000000000000000000000000000000000000000000007ff4e20000000000000000000000000000000000000000000000000000000000000064c001a05d429597befe2835396206781b199122f2e8297327ed4a05483339e7a8b2022aa04c23a7f70fb29dda1b4ee342fb10a625e9b8ddc6a603fb4e170d4f6f37700cb8";
2317
2318
/// let tx_envelope = Cast::decode_raw_transaction(&tx)?;
0 commit comments