pub struct ProverConfig;
Expand description
The configuration of a full node of the rollup which creates zk proofs.
Trait Implementations§
impl StateTransitionConfig for ProverConfig
Auto Trait Implementations§
impl Freeze for ProverConfig
impl RefUnwindSafe for ProverConfig
impl Send for ProverConfig
impl Sync for ProverConfig
impl Unpin for ProverConfig
impl UnwindSafe for ProverConfig
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