We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9f53b commit 6ec9710Copy full SHA for 6ec9710
packages/subgraph-service/contracts/SubgraphService.sol
@@ -422,6 +422,7 @@ contract SubgraphService is
422
* @return subgraphDeploymentId Subgraph deployment id for the allocation
423
* @return tokens Amount of allocated tokens
424
* @return accRewardsPerAllocatedToken Rewards snapshot
425
+ * @return accRewardsPending Rewards pending to be minted due to allocation resize
426
*/
427
function getAllocationData(
428
address allocationId
0 commit comments