Vec<VariantAlignmentResult>
Internal: Array_of_VariantAlignmentResult
Used as Input
1
function accept this type
Used as Output
1
function return this type
Type Definition
34 nested items
activities*:Vec<String>— The variant's activity sequence
frequency*:u64— How many traces follow this variant
Example JSON Value
[
{
"activities": [
"example"
],
"frequency": 1,
"result": {
"Ok": {
"cost": 1,
"moves": [
{
"SyncMove": {
"trace_event_index": 1,
"transition": "example"
}
}
],
"states_visited": 1
}
}
}
]