7 lines
75 B
Rust
7 lines
75 B
Rust
|
use util::hash::*;
|
||
|
|
||
|
pub struct Receipt {
|
||
|
// TODO
|
||
|
pub state_root: H256,
|
||
|
}
|