Trait ethcore_miner::pool::client::NonceClient[][src]

pub trait NonceClient: Debug + Sync {
    fn account_nonce(&self, address: &Address) -> U256;
}

State nonce client

Required Methods

Fetch only account nonce for given sender.

Implementors