Type alias OutcomeReport

OutcomeReport: {
    __typename?: "OutcomeReport";
    categorical?: Maybe<Scalars["Int"]>;
    scalar?: Maybe<Scalars["BigInt"]>;
}

Market's outcome details

Type declaration

  • Optional __typename?: "OutcomeReport"
  • Optional categorical?: Maybe<Scalars["Int"]>

    Index of the categories. Null if market is scalar

  • Optional scalar?: Maybe<Scalars["BigInt"]>

    Resultant value from the scalar range. Null if market is categorical

Generated using TypeDoc