openethereum/src/receipt.rs

7 lines
75 B
Rust
Raw Normal View History

use util::hash::*;
pub struct Receipt {
// TODO
pub state_root: H256,
}