Struct block::Receipt [] [src]

pub struct Receipt {
    pub state_root: H256,
    pub used_gas: Gas,
    pub logs_bloom: LogsBloom,
    pub logs: Vec<Log>,
}

Fields

Trait Implementations

impl Clone for Receipt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Receipt
[src]

Formats the value using the given formatter.

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

impl Encodable for Receipt
[src]

Append a value to the stream

Get rlp-encoded bytes for this instance

impl Decodable for Receipt
[src]

Decode a value from RLP bytes