Struct ethcore_light::on_demand::request::BlockReceipts
[−]
[src]
pub struct BlockReceipts(pub Header);
Request for a block's receipts with header for verification.
Methods
impl BlockReceipts
[src]
fn check_response(&self, receipts: &[Receipt]) -> Result<Vec<Receipt>, Error>
Check a response with receipts against the stored header.
Trait Implementations
impl Debug for BlockReceipts
[src]
impl Clone for BlockReceipts
[src]
fn clone(&self) -> BlockReceipts
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 BlockReceipts
[src]
fn eq(&self, __arg_0: &BlockReceipts) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &BlockReceipts) -> bool
This method tests for !=
.