diff --git a/domain_eth_service/provider/struct.EthProvider.html b/domain_eth_service/provider/struct.EthProvider.html
index 6869a310f5..06bf73a85d 100644
--- a/domain_eth_service/provider/struct.EthProvider.html
+++ b/domain_eth_service/provider/struct.EthProvider.html
@@ -6,10 +6,10 @@
) -> Selfpub fn with_configuration(
base_path: Option<&Path>,
eth_config: EthConfiguration
-) -> Self
domain_id: DomainId
§domain_config: Configuration
§domain_created_at: NumberFor<CBlock>
§maybe_operator_id: Option<OperatorId>
§consensus_client: Arc<CClient>
§consensus_network: Arc<CNetwork>
§consensus_offchain_tx_pool_factory: OffchainTransactionPoolFactory<CBlock>
§consensus_network_sync_oracle: Arc<dyn SyncOracle + Send + Sync>
§operator_streams: OperatorStreams<CBlock, IBNS, CIBNS, NSNS, ASS>
§gossip_message_sink: GossipMessageSink
§domain_message_receiver: TracingUnboundedReceiver<ChainTxPoolMsg>
§provider: Provider
§skip_empty_bundle_production: bool
domain_id: DomainId
§domain_config: Configuration
§domain_created_at: NumberFor<CBlock>
§maybe_operator_id: Option<OperatorId>
§consensus_client: Arc<CClient>
§consensus_network: Arc<CNetwork>
§consensus_offchain_tx_pool_factory: OffchainTransactionPoolFactory<CBlock>
§consensus_network_sync_oracle: Arc<dyn SyncOracle + Send + Sync>
§operator_streams: OperatorStreams<CBlock, IBNS, CIBNS, NSNS, ASS>
§gossip_message_sink: GossipMessageSink
§domain_message_receiver: TracingUnboundedReceiver<ChainTxPoolMsg>
§provider: Provider
§skip_empty_bundle_production: bool
Try to get checkpoints quickly without waiting for potentially locked mutex or proving
Verify sequence of proofs of time that covers slots
slots starting at slot
with provided
initial seed
.
In case maybe_parameters_change
is present, it will not affect provided seed
and
@@ -33,10 +33,10 @@
whenever possible.
Does the same verification as Self::is_output_valid()
except it relies on proofs being
pre-validated before and will return false
in case proving is necessary, this is meant to
be a quick and cheap version of the function.
Sets up the relay components.