Struct substreams_ethereum_core::block_view::ReceiptView
source · pub struct ReceiptView<'a> {
pub transaction: &'a TransactionTrace,
pub receipt: &'a TransactionReceipt,
}Fields§
§transaction: &'a TransactionTrace§receipt: &'a TransactionReceiptImplementations§
source§impl<'a> ReceiptView<'a>
impl<'a> ReceiptView<'a>
pub fn state_root(self) -> &'a [u8] ⓘ
pub fn cumulative_gas_used(self) -> u64
pub fn logs_bloom(self) -> &'a [u8] ⓘ
pub fn logs(self) -> impl Iterator<Item = LogView<'a>>
Trait Implementations§
source§impl<'a> Clone for ReceiptView<'a>
impl<'a> Clone for ReceiptView<'a>
source§fn clone(&self) -> ReceiptView<'a>
fn clone(&self) -> ReceiptView<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more