pub enum DAGasPriceSafetyMode {
Normal,
Capped,
AlwaysDecrease,
}
Expand description
Designates the intended behavior of the DA gas price based on the activity of the L2 chain
Variants§
Normal
Should increase DA gas price freely
Capped
Should not increase the DA gas price
AlwaysDecrease
Should decrease the DA gas price always
Auto Trait Implementations§
impl Freeze for DAGasPriceSafetyMode
impl RefUnwindSafe for DAGasPriceSafetyMode
impl Send for DAGasPriceSafetyMode
impl Sync for DAGasPriceSafetyMode
impl Unpin for DAGasPriceSafetyMode
impl UnwindSafe for DAGasPriceSafetyMode
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