Struct ethcore::miner::pool_client::NonceCache[][src]

pub struct NonceCache { /* fields omitted */ }

Cache for state nonces.

Methods

impl NonceCache
[src]

Create new cache with a limit of limit entries.

Retrieve a cached nonce for given sender.

Clear all entries from the cache.

Trait Implementations

impl Debug for NonceCache
[src]

Formats the value using the given formatter. Read more

impl Clone for NonceCache
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NonceCache

impl Sync for NonceCache