Skip to main content

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
[items]:VariantAlignmentResultAlignment result for a single trace variant
frequency*:u64How 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
      }
    }
  }
]

Functions Accepting This Type(1)

Functions Returning This Type(1)