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]

Check a response with receipts against the stored header.

Trait Implementations

impl Debug for BlockReceipts
[src]

Formats the value using the given formatter.

impl Clone for BlockReceipts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BlockReceipts
[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 BlockReceipts
[src]