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: Vec<H256>
Block hashes to return receipts for.
Trait Implementations
impl Debug for Receipts
[src]
impl Clone for Receipts
[src]
fn clone(&self) -> Receipts
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for Receipts
[src]
fn eq(&self, __arg_0: &Receipts) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Receipts) -> bool
This method tests for !=
.