referrerpolicy=no-referrer-when-downgrade

Trait snowbridge_core::inbound::Verifier

source ·
pub trait Verifier {
    // Required method
    fn verify(event: &Log, proof: &Proof) -> Result<(), VerificationError>;
}
Expand description

A trait for verifying inbound messages from Ethereum.

Required Methods§

source

fn verify(event: &Log, proof: &Proof) -> Result<(), VerificationError>

Object Safety§

This trait is not object safe.

Implementors§