minor additional stuff.

This commit is contained in:
Gav Wood 2015-11-27 00:30:33 +01:00
parent 7e38b70d5f
commit 7bb4561c16
1 changed files with 13 additions and 0 deletions

View File

@ -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