pub struct RollupConfig {Show 23 fields
pub genesis: Genesis,
pub block_time: u64,
pub max_sequencer_drift: u64,
pub seq_window_size: u64,
pub channel_timeout_bedrock: u64,
pub channel_timeout_granite: u64,
pub l1_chain_id: Option<u128>,
pub l2_chain_id: Option<u128>,
pub regolith_time: Option<u64>,
pub canyon_time: Option<u64>,
pub delta_time: Option<u64>,
pub ecotone_time: Option<u64>,
pub fjord_time: Option<u64>,
pub granite_time: Option<u64>,
pub interop_time: Option<u64>,
pub batch_inbox_address: Address,
pub deposit_contract_address: Address,
pub l1_system_config_address: Address,
pub protocol_versions_address: Option<Address>,
pub da_challenge_address: Option<Address>,
pub da_challenge_window: u64,
pub da_resolve_window: u64,
pub use_plasma: bool,
}
Fields§
§genesis: Genesis
§block_time: u64
§max_sequencer_drift: u64
§seq_window_size: u64
§channel_timeout_bedrock: u64
§channel_timeout_granite: u64
§l1_chain_id: Option<u128>
§l2_chain_id: Option<u128>
§regolith_time: Option<u64>
§canyon_time: Option<u64>
§delta_time: Option<u64>
§ecotone_time: Option<u64>
§fjord_time: Option<u64>
§granite_time: Option<u64>
§interop_time: Option<u64>
§batch_inbox_address: Address
§deposit_contract_address: Address
§l1_system_config_address: Address
§protocol_versions_address: Option<Address>
§da_challenge_address: Option<Address>
§da_challenge_window: u64
§da_resolve_window: u64
§use_plasma: bool
Trait Implementations§
source§impl Clone for RollupConfig
impl Clone for RollupConfig
source§fn clone(&self) -> RollupConfig
fn clone(&self) -> RollupConfig
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 RollupConfig
impl Debug for RollupConfig
source§impl<'de> Deserialize<'de> for RollupConfig
impl<'de> Deserialize<'de> for RollupConfig
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 RollupConfig
impl PartialEq for RollupConfig
source§impl Serialize for RollupConfig
impl Serialize for RollupConfig
impl Eq for RollupConfig
impl StructuralPartialEq for RollupConfig
Auto Trait Implementations§
impl Freeze for RollupConfig
impl RefUnwindSafe for RollupConfig
impl Send for RollupConfig
impl Sync for RollupConfig
impl Unpin for RollupConfig
impl UnwindSafe for RollupConfig
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreimpl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 528 bytes