Skip to content

Commit

Permalink
chore: export rpc account type (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jul 20, 2024
1 parent 4520b2c commit 2be7dde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/rpc-types-eth/src/account.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
use alloy_primitives::{Address, Bytes, B256, B512, U256};
use alloy_serde::storage::JsonStorageKey;
use serde::{Deserialize, Serialize};

// re-export account type for `eth_getAccount`
pub use alloy_consensus::Account;

/// Account information.
#[derive(Clone, Debug, Default, PartialEq, Eq, Serialize, Deserialize)]
pub struct AccountInfo {
Expand Down

0 comments on commit 2be7dde

Please # to comment.