Function claimPredictionWidgetRewards

  • Claim prediction widget reward for the prediction submitted by the user. This could be used when prediction followup widget is published/rendered

    Returns Promise<IPredictionClaim>

    Since

    0.1.0

    Async

    Example

    claimPredictionWidgetRewards({
    widgetId: "xxxx",
    widgetKind: "<widget kind>"
    }).then(predictionClaim => console.log(predictionClaim))

Generated using TypeDoc