Skip to content

Commit

Permalink
Export. (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch authored Apr 18, 2024
1 parent 950b028 commit d05fae6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions chains/ethereum/config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ use rosetta_core::{
use rosetta_ethereum_types::TxHash;
pub use types::{
Address, AtBlock, BlockFull, Bloom, CallContract, CallResult, EIP1186ProofResponse,
EthereumMetadata, EthereumMetadataParams, GetBalance, GetProof, GetStorageAt,
GetTransactionCount, GetTransactionReceipt, Header, Log, PartialBlock, Query, QueryItem,
QueryResult, SealedHeader, SignedTransaction, StorageProof, TransactionReceipt, H256,
EthereumMetadata, EthereumMetadataParams, FilterBlockOption, GetBalance, GetProof,
GetStorageAt, GetTransactionCount, GetTransactionReceipt, Header, Log, PartialBlock, Query,
QueryItem, QueryResult, SealedHeader, SignedTransaction, StorageProof, TransactionReceipt,
H256,
};

pub mod query {
Expand Down

0 comments on commit d05fae6

Please sign in to comment.