We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5047654 commit f6483ecCopy full SHA for f6483ec
apps/fortuna/src/chain/ethereum.rs
@@ -41,6 +41,7 @@ pub type MiddlewaresWrapper<T> = LegacyTxMiddleware<
41
EthProviderOracle<Provider<T>>,
42
>,
43
>;
44
+
45
pub type SignablePythContractInner<T> = PythRandom<MiddlewaresWrapper<T>>;
46
pub type SignablePythContract = SignablePythContractInner<Http>;
47
pub type InstrumentedSignablePythContract = SignablePythContractInner<TracedClient>;
apps/fortuna/src/eth_utils/utils.rs
@@ -13,6 +13,7 @@ use {
13
14
const TX_CONFIRMATION_TIMEOUT_SECS: u64 = 30;
15
16
+#[derive(Debug)]
17
pub struct SubmitTxResult {
18
pub num_retries: u64,
19
pub gas_multiplier: u64,
0 commit comments