Trait ethcore_miner::pool::client::NonceClient
source · [−]pub trait NonceClient: Debug + Sync {
fn account_nonce(&self, address: &Address) -> U256;
}
Expand description
State nonce client
Required methods
fn account_nonce(&self, address: &Address) -> U256
fn account_nonce(&self, address: &Address) -> U256
Fetch only account nonce for given sender.