test for eth_getTransactionReceipt

This commit is contained in:
debris
2016-03-21 11:47:50 +01:00
committed by arkpar
parent ff99ccaf82
commit 841a996fa6
7 changed files with 122 additions and 15 deletions

View File

@@ -76,6 +76,7 @@ impl HeapSizeOf for Receipt {
}
/// Receipt with additional info.
#[derive(Debug, Clone, PartialEq)]
pub struct LocalizedReceipt {
/// Transaction hash.
pub transaction_hash: H256,