pub struct ChainGenesis {
    pub l1: BlockNumHash,
    pub l2: BlockNumHash,
    pub l2_time: u64,
    pub system_config: Option<SystemConfig>,
}Expand description
Chain genesis information.
Fields§
§l1: BlockNumHashL1 genesis block
l2: BlockNumHashL2 genesis block
l2_time: u64Timestamp of the L2 genesis block
system_config: Option<SystemConfig>Optional System configuration
Trait Implementations§
source§impl Clone for ChainGenesis
 
impl Clone for ChainGenesis
source§fn clone(&self) -> ChainGenesis
 
fn clone(&self) -> ChainGenesis
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 ChainGenesis
 
impl Debug for ChainGenesis
source§impl Default for ChainGenesis
 
impl Default for ChainGenesis
source§fn default() -> ChainGenesis
 
fn default() -> ChainGenesis
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ChainGenesis
 
impl<'de> Deserialize<'de> for ChainGenesis
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 Hash for ChainGenesis
 
impl Hash for ChainGenesis
source§impl PartialEq for ChainGenesis
 
impl PartialEq for ChainGenesis
source§impl Serialize for ChainGenesis
 
impl Serialize for ChainGenesis
impl Copy for ChainGenesis
impl Eq for ChainGenesis
impl StructuralPartialEq for ChainGenesis
Auto Trait Implementations§
impl Freeze for ChainGenesis
impl RefUnwindSafe for ChainGenesis
impl Send for ChainGenesis
impl Sync for ChainGenesis
impl Unpin for ChainGenesis
impl UnwindSafe for ChainGenesis
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
impl<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: 232 bytes