Skip to content

Commit 6ec9710

Browse files
committed
docs: add missing return value documentation (TRST-R)
Signed-off-by: Tomás Migone <[email protected]>
1 parent 9a9f53b commit 6ec9710

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/subgraph-service/contracts/SubgraphService.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ contract SubgraphService is
422422
* @return subgraphDeploymentId Subgraph deployment id for the allocation
423423
* @return tokens Amount of allocated tokens
424424
* @return accRewardsPerAllocatedToken Rewards snapshot
425+
* @return accRewardsPending Rewards pending to be minted due to allocation resize
425426
*/
426427
function getAllocationData(
427428
address allocationId

0 commit comments

Comments
 (0)