Struct ethcore_rpc::v1::EthClientOptions [] [src]

pub struct EthClientOptions {
    pub allow_pending_receipt_query: bool,
    pub send_block_number_in_get_work: bool,
}

Eth RPC options

Fields

Returns receipt from pending blocks

Send additional block number when asking for work

Trait Implementations

impl Default for EthClientOptions
[src]

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