Transaction tracing for eth_call.

This commit is contained in:
Gav Wood
2016-06-02 13:50:50 +02:00
parent c202abe09d
commit a132fefcc7
7 changed files with 62 additions and 17 deletions

View File

@@ -52,6 +52,8 @@ use error::Error as EthError;
/// Options concerning what analytics we run on the call.
#[derive(Eq, PartialEq, Default, Clone, Copy, Debug)]
pub struct CallAnalytics {
/// Make a transaction trace.
pub transaction_tracing: bool,
/// Make a VM trace.
pub vm_tracing: bool,
/// Make a diff.