@p2pmodels/connect-round-robin
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.18 • Public • Published

The Graph Connector for Round Robin

Connector for the Task Allocation Round Robin model prototype.

Usage

  const org = await connect(ORG_ADDRESS, 'thegraph', { network: 4 })

  const roundRobinApp = await org.app('ta-round-robin')

  const roundRobinConnector = await createAppConnector(roundRobinApp)

  const proposals = await roundRobinConnector.tasksForUser(<userId>, <status>, { first: <first>, skip: <skip> })

Package Sidebar

Install

npm i @p2pmodels/connect-round-robin

Weekly Downloads

0

Version

1.0.0-beta.18

License

LGPL-3.0-or-later

Unpacked Size

635 kB

Total Files

124

Last publish

Collaborators

  • joausaga
  • mariacruzvb
  • pcolombo