parent
b199fbb6c6
commit
e60c5b59a6
@ -99,6 +99,7 @@ pub struct VMOperation {
|
|||||||
/// Information concerning the execution of the operation.
|
/// Information concerning the execution of the operation.
|
||||||
pub ex: Option<VMExecutedOperation>,
|
pub ex: Option<VMExecutedOperation>,
|
||||||
/// Subordinate trace of the CALL/CREATE if applicable.
|
/// Subordinate trace of the CALL/CREATE if applicable.
|
||||||
|
#[serde(bound="VMTrace: Serialize")]
|
||||||
pub sub: Option<VMTrace>,
|
pub sub: Option<VMTrace>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user