pub struct ZkConfig;
Expand description
The configuration used to initialize the “Verifier” of the state transition function which runs inside of the zkVM.
Trait Implementations§
impl StateTransitionConfig for ZkConfig
Auto Trait Implementations§
impl Freeze for ZkConfig
impl RefUnwindSafe for ZkConfig
impl Send for ZkConfig
impl Sync for ZkConfig
impl Unpin for ZkConfig
impl UnwindSafe for ZkConfig
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