feat(rpc): move mev types to rpc-types (#5035)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Thomas Coratger
2023-10-16 13:47:34 +02:00
committed by GitHub
parent 30ebd2f8bb
commit 9ffc1433d9
3 changed files with 953 additions and 1 deletions

View File

@ -4,7 +4,6 @@ use crate::{B256, U64};
use serde::{Deserialize, Deserializer, Serialize, Serializer};
mod storage;
pub use storage::*;
mod jsonu256;