Skip to content

Commit e0a94a1

Browse files
committed
more exports
1 parent e57c082 commit e0a94a1

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

builder-client/src/lib.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
pub use builder_api_types::{
2-
builder_bid::SignedBuilderBid, eth_spec::EthSpec, ExecutionBlockHash, ExecutionPayload,
3-
PublicKeyBytes, SignedBlindedBeaconBlock, SignedValidatorRegistrationData, Slot,
4-
};
5-
use ethereum_apis_common::ErrorResponse;
1+
pub use builder_api_types::*;
2+
pub use builder_bid::SignedBuilderBid;
3+
pub use ethereum_apis_common::ErrorResponse;
64
use reqwest::Client;
75
use reqwest::Url;
86
use serde::de::DeserializeOwned;

relay-api-types/src/lib.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
pub use beacon_api_types::{
2-
superstruct, Address, BlobsBundle, EthSpec, ExecutionBlockHash, ExecutionPayloadBellatrix,
3-
ExecutionPayloadCapella, ExecutionPayloadDeneb, ExecutionPayloadElectra,
4-
ExecutionPayloadHeaderBellatrix, ExecutionPayloadHeaderCapella, ExecutionPayloadHeaderDeneb,
5-
ExecutionPayloadHeaderElectra, MainnetEthSpec, MinimalEthSpec, PublicKeyBytes, Signature,
6-
SignedValidatorRegistrationData, Slot, Uint256,
7-
};
1+
pub use beacon_api_types::*;
82
use serde::{Deserialize, Serialize};
93
use serde_utils::quoted_u64::Quoted;
104
use ssz_derive::{Decode, Encode};

relay-client/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use ethereum_apis_common::{ContentEncoding, ContentType, ErrorResponse};
1+
pub use ethereum_apis_common::{ContentEncoding, ContentType, ErrorResponse};
22
use futures::{Stream, StreamExt};
33
use http::header::InvalidHeaderValue;
44
use http::header::CONTENT_ENCODING;

0 commit comments

Comments
 (0)