Struct sov_sequencer_registry::SequencerConfig
source · pub struct SequencerConfig<C: Context> {
pub seq_rollup_address: C::Address,
pub seq_da_address: Vec<u8>,
pub coins_to_lock: Coins<C>,
}Expand description
Initial configuration for the sov_sequencer_registry module.
Fields§
§seq_rollup_address: C::Address§seq_da_address: Vec<u8>§coins_to_lock: Coins<C>Auto Trait Implementations§
impl<C> RefUnwindSafe for SequencerConfig<C>where <C as Spec>::Address: RefUnwindSafe,
impl<C> Send for SequencerConfig<C>
impl<C> Sync for SequencerConfig<C>where <C as Spec>::Address: Sync,
impl<C> Unpin for SequencerConfig<C>where <C as Spec>::Address: Unpin,
impl<C> UnwindSafe for SequencerConfig<C>where <C as Spec>::Address: UnwindSafe,
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