Struct block::Receipt
[−]
[src]
pub struct Receipt {
pub state_root: H256,
pub used_gas: Gas,
pub logs_bloom: LogsBloom,
pub logs: Vec<Log>,
}Fields
state_root: H256
used_gas: Gas
logs_bloom: LogsBloom
logs: Vec<Log>
Trait Implementations
impl Clone for Receipt[src]
fn clone(&self) -> Receipt
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 Debug for Receipt[src]
impl PartialEq for Receipt[src]
fn eq(&self, __arg_0: &Receipt) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Receipt) -> bool
This method tests for !=.
impl Eq for Receipt[src]
impl Encodable for Receipt[src]
fn rlp_append(&self, s: &mut RlpStream)
Append a value to the stream
fn rlp_bytes(&self) -> ElasticArray1024<u8>
Get rlp-encoded bytes for this instance
impl Decodable for Receipt[src]
fn decode(rlp: &UntrustedRlp) -> Result<Self, DecoderError>
Decode a value from RLP bytes