Struct sov_chain_state::ChainStateConfig
source · pub struct ChainStateConfig {
pub initial_slot_height: TransitionHeight,
}
Expand description
Initial configuration of the chain state
Fields§
§initial_slot_height: TransitionHeight
Initial slot height
Auto Trait Implementations§
impl RefUnwindSafe for ChainStateConfig
impl Send for ChainStateConfig
impl Sync for ChainStateConfig
impl Unpin for ChainStateConfig
impl UnwindSafe for ChainStateConfig
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