pub struct RelayerVerifierConfig {
pub max_da_lag: DaBlockHeight,
pub max_wait_time: Duration,
}
Expand description
Config for settings the verifier needs that are related to the relayer.
Fields§
§max_da_lag: DaBlockHeight
The maximum number of blocks that need to be synced before we start awaiting relayer syncing.
max_wait_time: Duration
The maximum time to wait for the relayer to sync.
Trait Implementations§
source§impl Clone for RelayerVerifierConfig
impl Clone for RelayerVerifierConfig
source§fn clone(&self) -> RelayerVerifierConfig
fn clone(&self) -> RelayerVerifierConfig
Returns a copy 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 RelayerVerifierConfig
impl Debug for RelayerVerifierConfig
Auto Trait Implementations§
impl RefUnwindSafe for RelayerVerifierConfig
impl Send for RelayerVerifierConfig
impl Sync for RelayerVerifierConfig
impl Unpin for RelayerVerifierConfig
impl UnwindSafe for RelayerVerifierConfig
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.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