Skip to content

@giveth:boostedBy

Projects an account boosts with its GIVpower, as a pair of same-length arrays [slugs percentages] sorted by percentage descending. Empty arrays when the account has no boosts.

Returns: array

@giveth:boostedBy(account?)
NameTypeDescription
[account]addressAccount to inspect (defaults to the connected account)
# Print the projects you are boosting and their percentages
print @giveth:boostedBy(@me)
# Show your boosts as a table
print @giveth:boostedBy(@me) --headers [Project Percentage]