diff --git a/src/lib.rs b/src/lib.rs index b3eca7c5c..f95bbf01d 100644 --- a/src/lib.rs +++ b/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