forc_crypto::keys::vanity

Trait VanityMatcher

Source
pub trait VanityMatcher:
    Send
    + Sync
    + 'static {
    // Required method
    fn is_match(&self, addr: &Address) -> bool;
}

Required Methods§

Source

fn is_match(&self, addr: &Address) -> bool

Implementors§