Skip to content

Commit

Permalink
docs(protos): add rust docs for FullReceipt
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Nov 6, 2024
1 parent 844d252 commit 40f879d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/firehose-protos/src/ethereum_v2/eth_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ impl Block {
}
}

/// Work with the [`reth_primitives::ReceiptWithBloom`] combined with the matching state root.
pub struct FullReceipt {
receipt: ReceiptWithBloom,
state_root: Vec<u8>,
Expand Down

0 comments on commit 40f879d

Please sign in to comment.