Struct ethcore_light::request::Receipts [] [src]

pub struct Receipts {
    pub block_hashes: Vec<H256>,
}

A request for transaction receipts.

This request is answered with a list of transaction receipts for each block requested.

Fields

Block hashes to return receipts for.

Trait Implementations

impl Debug for Receipts
[src]

Formats the value using the given formatter.

impl Clone for Receipts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Receipts
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Receipts
[src]