pub struct NetworkProverConfig {
pub proving_request_timeout: Option<Duration>,
pub proving_timeout: Duration,
pub sp1_cluster_endpoint: Url,
}Fields§
§proving_request_timeout: Option<Duration>§proving_timeout: Duration§sp1_cluster_endpoint: UrlThe sp1 proving cluster endpoint.
Implementations§
Source§impl NetworkProverConfig
impl NetworkProverConfig
pub const DEFAULT_PROVING_TIMEOUT_PADDING: Duration
pub fn get_proving_request_timeout(&self) -> Duration
Trait Implementations§
Source§impl Clone for NetworkProverConfig
impl Clone for NetworkProverConfig
Source§fn clone(&self) -> NetworkProverConfig
fn clone(&self) -> NetworkProverConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NetworkProverConfig
impl Debug for NetworkProverConfig
Source§impl Default for NetworkProverConfig
impl Default for NetworkProverConfig
Source§impl<'de> Deserialize<'de> for NetworkProverConfig
impl<'de> Deserialize<'de> for NetworkProverConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for NetworkProverConfig
impl PartialEq for NetworkProverConfig
Source§impl Serialize for NetworkProverConfig
impl Serialize for NetworkProverConfig
impl Eq for NetworkProverConfig
impl StructuralPartialEq for NetworkProverConfig
Auto Trait Implementations§
impl Freeze for NetworkProverConfig
impl RefUnwindSafe for NetworkProverConfig
impl Send for NetworkProverConfig
impl Sync for NetworkProverConfig
impl Unpin for NetworkProverConfig
impl UnwindSafe for NetworkProverConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more