Get paginated list of Reward transactions filtered by widget_id and kind
0.1.0
getRewardTransactions({ widgetIds: ["xx", "yy"], widgetKinds: [ WidgetKind.TEXT_POLL, WidgetKind.TEXT_PREDICTION]}).then(res => console.log(res)); Copy
getRewardTransactions({ widgetIds: ["xx", "yy"], widgetKinds: [ WidgetKind.TEXT_POLL, WidgetKind.TEXT_PREDICTION]}).then(res => console.log(res));
Generated using TypeDoc
Description
Get paginated list of Reward transactions filtered by widget_id and kind
Since
0.1.0
Example