Struct transaction_pool::Options [] [src]

pub struct Options {
    pub max_count: usize,
    pub max_per_sender: usize,
    pub max_mem_usage: usize,
}

Transaction Pool options.

Fields

Maximal number of transactions in the pool.

Maximal number of transactions from single sender.

Maximal memory usage.

Trait Implementations

impl Debug for Options
[src]

[src]

Formats the value using the given formatter.

impl Default for Options
[src]

[src]

Returns the "default value" for a type. Read more