AlignmentResult
Alignment Result
Used as Input
0
functions accept this type
Used as Output
2
functions return this type
Type Definition
14 nested items
AlignmentResult— Alignment Result
cost*:u32— Total cost of the alignment
Example JSON Value
{
"cost": 1,
"moves": [
{
"SyncMove": {
"trace_event_index": 1,
"transition": "example"
}
}
],
"states_visited": 1
}