[][src]Struct nimiq_mempool::filter::MempoolFilter

pub struct MempoolFilter { /* fields omitted */ }

Methods

impl MempoolFilter[src]

pub const DEFAULT_BLACKLIST_SIZE: usize[src]

pub fn new(rules: Rules, blacklist_limit: usize) -> Self[src]

pub fn blacklist(&mut self, hash: Blake2bHash) -> &mut Self[src]

pub fn remove(&mut self, hash: &Blake2bHash) -> &mut Self[src]

pub fn blacklisted(&self, hash: &Blake2bHash) -> bool[src]

pub fn accepts_transaction(&self, tx: &Transaction) -> bool[src]

pub fn accepts_recipient_account(
    &self,
    tx: &Transaction,
    old_account: &Account,
    new_account: &Account
) -> bool
[src]

pub fn accepts_sender_account(
    &self,
    _tx: &Transaction,
    _old_account: &Account,
    new_account: &Account
) -> bool
[src]

Trait Implementations

impl Default for MempoolFilter[src]

impl Debug for MempoolFilter[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Clear for T where
    T: InitializableFromZeroed + ?Sized

impl<T> InitializableFromZeroed for T where
    T: Default

impl<T> Erased for T

impl<T> SafeBorrow<T> for T where
    T: ?Sized