Struct fuel_core::service::adapters::VerifierAdapter
source · pub struct VerifierAdapter {
pub block_verifier: Arc<Verifier<Database, MaybeRelayerAdapter>>,
}
Fields§
§block_verifier: Arc<Verifier<Database, MaybeRelayerAdapter>>
Implementations§
source§impl VerifierAdapter
impl VerifierAdapter
pub fn new( config: &Config, database: Database, relayer: MaybeRelayerAdapter ) -> Self
Trait Implementations§
source§impl BlockVerifier for VerifierAdapter
impl BlockVerifier for VerifierAdapter
source§impl Clone for VerifierAdapter
impl Clone for VerifierAdapter
source§fn clone(&self) -> VerifierAdapter
fn clone(&self) -> VerifierAdapter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for VerifierAdapter
impl Send for VerifierAdapter
impl Sync for VerifierAdapter
impl Unpin for VerifierAdapter
impl !UnwindSafe for VerifierAdapter
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