minor additional stuff.
This commit is contained in:
parent
7e38b70d5f
commit
7bb4561c16
13
src/lib.rs
13
src/lib.rs
@ -58,6 +58,19 @@ impl Header {
|
||||
}
|
||||
}
|
||||
|
||||
pub struct Transaction {
|
||||
pub to: Address,
|
||||
pub gas: Uint256,
|
||||
pub data: Bytes,
|
||||
pub code: Bytes,
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn memorydb() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
/// Silly function to return 69.
|
||||
///
|
||||
/// # Example
|
||||
|
Loading…
Reference in New Issue
Block a user